PostgreSQL Source Code git master
_indexAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
IndxInfoparentIdx
 
IndxInfopartitionIdx
 

Detailed Description

Definition at line 425 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indexAttachInfo::dobj

Definition at line 427 of file pg_dump.h.

Referenced by addConstrChildIdxDeps(), dumpIndexAttach(), and flagInhIndexes().

◆ parentIdx

IndxInfo* _indexAttachInfo::parentIdx

Definition at line 428 of file pg_dump.h.

Referenced by dumpIndexAttach(), and flagInhIndexes().

◆ partitionIdx

IndxInfo* _indexAttachInfo::partitionIdx

Definition at line 429 of file pg_dump.h.

Referenced by addConstrChildIdxDeps(), dumpIndexAttach(), and flagInhIndexes().


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