PostgreSQL Source Code  git master
TSDictionaryCacheEntry Struct Reference

#include <ts_cache.h>

Data Fields

Oid dictId
 
bool isvalid
 
Oid lexizeOid
 
FmgrInfo lexize
 
MemoryContext dictCtx
 
void * dictData
 

Detailed Description

Definition at line 51 of file ts_cache.h.

Field Documentation

◆ dictCtx

MemoryContext TSDictionaryCacheEntry::dictCtx

Definition at line 61 of file ts_cache.h.

Referenced by lookup_ts_dictionary_cache().

◆ dictData

void* TSDictionaryCacheEntry::dictData

◆ dictId

Oid TSDictionaryCacheEntry::dictId

Definition at line 54 of file ts_cache.h.

Referenced by lookup_ts_dictionary_cache().

◆ isvalid

bool TSDictionaryCacheEntry::isvalid

Definition at line 55 of file ts_cache.h.

Referenced by lookup_ts_dictionary_cache(), and thesaurus_lexize().

◆ lexize

◆ lexizeOid

Oid TSDictionaryCacheEntry::lexizeOid

Definition at line 58 of file ts_cache.h.

Referenced by lookup_ts_dictionary_cache().


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