PostgreSQL Source Code: _IndexList Struct Reference (original) (raw)

Data Fields
Oid il_heap
Oid il_ind
IndexInfo * il_info
struct _IndexList * il_next

Detailed Description

Definition at line 198 of file bootstrap.c.

Field Documentation

il_heap

Oid _IndexList::il_heap

Definition at line 200 of file bootstrap.c.

Referenced by build_indices().

il_ind

Oid _IndexList::il_ind

Definition at line 201 of file bootstrap.c.

Referenced by build_indices().

il_info

IndexInfo* _IndexList::il_info

Definition at line 202 of file bootstrap.c.

Referenced by build_indices().

il_next

struct _IndexList* _IndexList::il_next

Definition at line 203 of file bootstrap.c.

Referenced by build_indices().


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