PostgreSQL Source Code git master
|
Data Fields | |
StrategyNumber | strategy |
text * | query |
TRGM * | trigrams |
TrgmPackedGraph * | graph |
Definition at line 24 of file trgm_gist.c.
TrgmPackedGraph* gtrgm_consistent_cache::graph |
Definition at line 32 of file trgm_gist.c.
Referenced by gtrgm_consistent().
text* gtrgm_consistent_cache::query |
Definition at line 28 of file trgm_gist.c.
Referenced by gtrgm_consistent().
StrategyNumber gtrgm_consistent_cache::strategy |
Definition at line 27 of file trgm_gist.c.
Referenced by gtrgm_consistent().
TRGM* gtrgm_consistent_cache::trigrams |
Definition at line 30 of file trgm_gist.c.
Referenced by gtrgm_consistent().