PostgreSQL Source Code  git master
gtrgm_consistent_cache Struct Reference

Data Fields

StrategyNumber strategy
 
textquery
 
TRGMtrigrams
 
TrgmPackedGraphgraph
 

Detailed Description

Definition at line 24 of file trgm_gist.c.

Field Documentation

◆ graph

TrgmPackedGraph* gtrgm_consistent_cache::graph

Definition at line 32 of file trgm_gist.c.

Referenced by gtrgm_consistent().

◆ query

text* gtrgm_consistent_cache::query

Definition at line 28 of file trgm_gist.c.

Referenced by gtrgm_consistent().

◆ strategy

StrategyNumber gtrgm_consistent_cache::strategy

Definition at line 27 of file trgm_gist.c.

Referenced by gtrgm_consistent().

◆ trigrams

TRGM* gtrgm_consistent_cache::trigrams

Definition at line 30 of file trgm_gist.c.

Referenced by gtrgm_consistent().


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