|
PostgreSQL Source Code git master
|
#include <ts_cache.h>
Data Fields | |
| Oid | dictId |
| bool | isvalid |
| Oid | lexizeOid |
| FmgrInfo | lexize |
| MemoryContext | dictCtx |
| void * | dictData |
Definition at line 51 of file ts_cache.h.
| MemoryContext TSDictionaryCacheEntry::dictCtx |
Definition at line 61 of file ts_cache.h.
Referenced by lookup_ts_dictionary_cache().
| void* TSDictionaryCacheEntry::dictData |
Definition at line 62 of file ts_cache.h.
Referenced by compileTheLexeme(), compileTheSubstitute(), LexizeExec(), lookup_ts_dictionary_cache(), thesaurus_lexize(), ts_lexize(), and unaccent_dict().
| Oid TSDictionaryCacheEntry::dictId |
Definition at line 54 of file ts_cache.h.
Referenced by lookup_ts_dictionary_cache().
| bool TSDictionaryCacheEntry::isvalid |
Definition at line 55 of file ts_cache.h.
Referenced by lookup_ts_dictionary_cache(), and thesaurus_lexize().
| FmgrInfo TSDictionaryCacheEntry::lexize |
Definition at line 59 of file ts_cache.h.
Referenced by compileTheLexeme(), compileTheSubstitute(), LexizeExec(), lookup_ts_dictionary_cache(), thesaurus_lexize(), ts_lexize(), and unaccent_dict().
| Oid TSDictionaryCacheEntry::lexizeOid |
Definition at line 58 of file ts_cache.h.
Referenced by lookup_ts_dictionary_cache().