|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | il_heap |
| Oid | il_ind |
| IndexInfo * | il_info |
| struct _IndexList * | il_next |
Definition at line 198 of file bootstrap.c.
| Oid _IndexList::il_heap |
Definition at line 200 of file bootstrap.c.
Referenced by build_indices().
| Oid _IndexList::il_ind |
Definition at line 201 of file bootstrap.c.
Referenced by build_indices().
| IndexInfo* _IndexList::il_info |
Definition at line 202 of file bootstrap.c.
Referenced by build_indices().
| struct _IndexList* _IndexList::il_next |
Definition at line 203 of file bootstrap.c.
Referenced by build_indices().