PostgreSQL Source Code git master
|
Data Fields | |
Oid | il_heap |
Oid | il_ind |
IndexInfo * | il_info |
struct _IndexList * | il_next |
Definition at line 162 of file bootstrap.c.
Oid _IndexList::il_heap |
Definition at line 164 of file bootstrap.c.
Referenced by build_indices(), and index_register().
Oid _IndexList::il_ind |
Definition at line 165 of file bootstrap.c.
Referenced by build_indices(), and index_register().
IndexInfo* _IndexList::il_info |
Definition at line 166 of file bootstrap.c.
Referenced by build_indices(), and index_register().
struct _IndexList* _IndexList::il_next |
Definition at line 167 of file bootstrap.c.
Referenced by build_indices(), and index_register().