#include "postgres.h"
#include "catalog/pg_type.h"
#include "tsearch/ts_cache.h"
#include "tsearch/ts_public.h"
#include "utils/array.h"
#include "utils/builtins.h"
Go to the source code of this file.
Definition at line 27 of file dict.c.
References a, construct_array_builtin(), CStringGetTextDatum, DatumGetPointer(), TSDictionaryCacheEntry::dictData, FunctionCall4, DictSubState::getnext, Int32GetDatum(), DictSubState::isend, TSLexeme::lexeme, TSDictionaryCacheEntry::lexize, lookup_ts_dictionary_cache(), palloc(), pfree(), PG_GETARG_OID, PG_GETARG_TEXT_PP, PG_RETURN_NULL, PG_RETURN_POINTER, PointerGetDatum(), VARDATA_ANY(), and VARSIZE_ANY_EXHDR().