PostgreSQL Source Code  git master
_indexAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
IndxInfoparentIdx
 
IndxInfopartitionIdx
 

Detailed Description

Definition at line 412 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indexAttachInfo::dobj

Definition at line 414 of file pg_dump.h.

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

◆ parentIdx

IndxInfo* _indexAttachInfo::parentIdx

Definition at line 415 of file pg_dump.h.

Referenced by dumpIndexAttach(), and flagInhIndexes().

◆ partitionIdx

IndxInfo* _indexAttachInfo::partitionIdx

Definition at line 416 of file pg_dump.h.

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


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