PostgreSQL Source Code
git master
|
#include <ts_cache.h>
Data Fields | |
Oid | cfgId |
bool | isvalid |
Oid | prsId |
int | lenmap |
ListDictionary * | map |
Definition at line 71 of file ts_cache.h.
Oid TSConfigCacheEntry::cfgId |
Definition at line 74 of file ts_cache.h.
Referenced by headline_json_value(), lookup_ts_config_cache(), and ts_headline_byid_opt().
bool TSConfigCacheEntry::isvalid |
Definition at line 75 of file ts_cache.h.
Referenced by lookup_ts_config_cache().
int TSConfigCacheEntry::lenmap |
Definition at line 79 of file ts_cache.h.
Referenced by LexizeExec(), and lookup_ts_config_cache().
ListDictionary* TSConfigCacheEntry::map |
Definition at line 80 of file ts_cache.h.
Referenced by LexizeExec(), and lookup_ts_config_cache().
Oid TSConfigCacheEntry::prsId |
Definition at line 77 of file ts_cache.h.
Referenced by hlparsetext(), lookup_ts_config_cache(), parsetext(), and ts_headline_byid_opt().