PostgreSQL Source Code  git master
TSConfigCacheEntry Struct Reference

#include <ts_cache.h>

Data Fields

Oid cfgId
 
bool isvalid
 
Oid prsId
 
int lenmap
 
ListDictionarymap
 

Detailed Description

Definition at line 71 of file ts_cache.h.

Field Documentation

◆ cfgId

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().

◆ isvalid

bool TSConfigCacheEntry::isvalid

Definition at line 75 of file ts_cache.h.

Referenced by lookup_ts_config_cache().

◆ lenmap

int TSConfigCacheEntry::lenmap

Definition at line 79 of file ts_cache.h.

Referenced by LexizeExec(), and lookup_ts_config_cache().

◆ map

ListDictionary* TSConfigCacheEntry::map

Definition at line 80 of file ts_cache.h.

Referenced by LexizeExec(), and lookup_ts_config_cache().

◆ prsId

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().


The documentation for this struct was generated from the following file: