PostgreSQL Source Code git master
|
#include "postgres.h"
#include "catalog/pg_collation_d.h"
#include "commands/defrem.h"
#include "tsearch/ts_public.h"
#include "utils/fmgrprotos.h"
#include "utils/formatting.h"
Go to the source code of this file.
Data Structures | |
struct | DictSimple |
Functions | |
Datum | dsimple_init (PG_FUNCTION_ARGS) |
Datum | dsimple_lexize (PG_FUNCTION_ARGS) |
Datum dsimple_init | ( | PG_FUNCTION_ARGS | ) |
Definition at line 31 of file dict_simple.c.
References DictSimple::accept, defGetBoolean(), defGetString(), DefElem::defname, ereport, errcode(), errmsg(), ERROR, lfirst, palloc0(), PG_GETARG_POINTER, PG_RETURN_POINTER, readstoplist(), DictSimple::stoplist, and str_tolower().
Datum dsimple_lexize | ( | PG_FUNCTION_ARGS | ) |
Definition at line 76 of file dict_simple.c.
References DictSimple::accept, len, palloc0(), pfree(), PG_GETARG_INT32, PG_GETARG_POINTER, PG_RETURN_POINTER, res, searchstoplist(), DictSimple::stoplist, and str_tolower().