text_to_cstring(PG_GETARG_TEXT_PP(1))) {// Set the key to jump into:// Call with -- map_name, result_id, class, doctype, pop, psource// Here, map_name describes a db to open.// Otherwise, result_id:class:doctype:pop:psource(search->jump_key) = (char*) palloc(MAX...
item =cstring_to_text_with_len(HS_KEY(entries, ptr, i), HS_KEYLEN(entries, i)); dvalues[0] = PointerGetDatum(item);if(HS_VALISNULL(entries, i)) { dvalues[1] = (Datum)0; nulls[1] =true; }else{ item =cstring_to_text_with_len(HS_VAL(entries, ptr, i), HS_VALLEN(entries...