PostgreSQL Source Code git master
Loading...
Searching...
No Matches
IndexClauseSet Struct Reference

Data Fields

bool nonempty
 
Listindexclauses [INDEX_MAX_KEYS]
 

Detailed Description

Definition at line 52 of file indxpath.c.

Field Documentation

◆ indexclauses

List* IndexClauseSet::indexclauses[INDEX_MAX_KEYS]

Definition at line 56 of file indxpath.c.

Referenced by build_index_paths().

◆ nonempty

bool IndexClauseSet::nonempty

Definition at line 54 of file indxpath.c.


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