PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "commands/defrem.h"
#include "tsearch/ts_locale.h"
#include "tsearch/ts_public.h"
#include "utils/fmgrprotos.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 30 of file dict_simple.c.
References DictSimple::accept, defGetBoolean(), defGetString(), DefElem::defname, ereport, errcode(), errmsg(), ERROR, lfirst, lowerstr(), palloc0(), PG_GETARG_POINTER, PG_RETURN_POINTER, readstoplist(), and DictSimple::stoplist.
Datum dsimple_lexize | ( | PG_FUNCTION_ARGS | ) |
Definition at line 75 of file dict_simple.c.
References DictSimple::accept, len, lowerstr_with_len(), palloc0(), pfree(), PG_GETARG_INT32, PG_GETARG_POINTER, PG_RETURN_POINTER, res, searchstoplist(), and DictSimple::stoplist.