PostgreSQL Source Code
git master
|
Data Fields | |
char * | prsbuf |
char * | bufstart |
char * | word |
int | len |
int | eml |
bool | oprisdelim |
bool | is_tsquery |
bool | is_web |
Node * | escontext |
Definition at line 37 of file tsvector_parser.c.
char* TSVectorParseStateData::bufstart |
Definition at line 40 of file tsvector_parser.c.
int TSVectorParseStateData::eml |
Definition at line 43 of file tsvector_parser.c.
Node* TSVectorParseStateData::escontext |
Definition at line 47 of file tsvector_parser.c.
bool TSVectorParseStateData::is_tsquery |
Definition at line 45 of file tsvector_parser.c.
bool TSVectorParseStateData::is_web |
Definition at line 46 of file tsvector_parser.c.
int TSVectorParseStateData::len |
Definition at line 42 of file tsvector_parser.c.
bool TSVectorParseStateData::oprisdelim |
Definition at line 44 of file tsvector_parser.c.
char* TSVectorParseStateData::prsbuf |
Definition at line 39 of file tsvector_parser.c.
char* TSVectorParseStateData::word |
Definition at line 41 of file tsvector_parser.c.