PostgreSQL Source Code  git master
indexed_tlist Struct Reference

Data Fields

Listtlist
 
int num_vars
 
bool has_ph_vars
 
bool has_non_vars
 
tlist_vinfo vars [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 48 of file setrefs.c.

Field Documentation

◆ has_non_vars

bool indexed_tlist::has_non_vars

Definition at line 53 of file setrefs.c.

Referenced by build_tlist_index(), and build_tlist_index_other_vars().

◆ has_ph_vars

bool indexed_tlist::has_ph_vars

Definition at line 52 of file setrefs.c.

Referenced by build_tlist_index(), and build_tlist_index_other_vars().

◆ num_vars

int indexed_tlist::num_vars

◆ tlist

◆ vars


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