16#include "catalog/pg_collation_d.h"
20#include "utils/fmgrprotos.h"
55 errmsg(
"multiple DictFile parameters")));
69 errmsg(
"multiple AffFile parameters")));
81 errmsg(
"multiple StopWords parameters")));
89 errmsg(
"unrecognized Ispell parameter: \"%s\"",
103 errmsg(
"missing AffFile parameter")));
109 errmsg(
"missing DictFile parameter")));
138 for (ptr = cptr; ptr->
lexeme; ptr++)
char * defGetString(DefElem *def)
Datum dispell_lexize(PG_FUNCTION_ARGS)
Datum dispell_init(PG_FUNCTION_ARGS)
int errcode(int sqlerrcode)
int errmsg(const char *fmt,...)
#define ereport(elevel,...)
#define palloc0_object(type)
#define PG_GETARG_POINTER(n)
#define PG_GETARG_INT32(n)
#define PG_RETURN_POINTER(x)
void pfree(void *pointer)
void NIStartBuild(IspellDict *Conf)
void NIFinishBuild(IspellDict *Conf)
void NIImportAffixes(IspellDict *Conf, const char *filename)
void NISortDictionary(IspellDict *Conf)
void NISortAffixes(IspellDict *Conf)
void NIImportDictionary(IspellDict *Conf, const char *filename)
TSLexeme * NINormalizeWord(IspellDict *Conf, const char *word)
void readstoplist(const char *fname, StopList *s, char *(*wordop)(const char *, size_t, Oid))
bool searchstoplist(StopList *s, char *key)
char * get_tsearch_config_filename(const char *basename, const char *extension)