PostgreSQL Source Code  git master
_IndexList Struct Reference

Data Fields

Oid il_heap
 
Oid il_ind
 
IndexInfoil_info
 
struct _IndexListil_next
 

Detailed Description

Definition at line 163 of file bootstrap.c.

Field Documentation

◆ il_heap

Oid _IndexList::il_heap

Definition at line 165 of file bootstrap.c.

Referenced by build_indices(), and index_register().

◆ il_ind

Oid _IndexList::il_ind

Definition at line 166 of file bootstrap.c.

Referenced by build_indices(), and index_register().

◆ il_info

IndexInfo* _IndexList::il_info

Definition at line 167 of file bootstrap.c.

Referenced by build_indices(), and index_register().

◆ il_next

struct _IndexList* _IndexList::il_next

Definition at line 168 of file bootstrap.c.

Referenced by build_indices(), and index_register().


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