PostgreSQL Source Code git master
|
Data Fields | |
bool | nonempty |
List * | indexclauses [INDEX_MAX_KEYS] |
Definition at line 55 of file indxpath.c.
List* IndexClauseSet::indexclauses[INDEX_MAX_KEYS] |
Definition at line 59 of file indxpath.c.
Referenced by build_index_paths(), consider_index_join_clauses(), get_join_index_paths(), and match_clause_to_index().
bool IndexClauseSet::nonempty |
Definition at line 57 of file indxpath.c.
Referenced by build_paths_for_OR(), create_index_paths(), get_join_index_paths(), and match_clause_to_index().