PostgreSQL Source Code  git master
_indexAttachInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
IndxInfoparentIdx
 
IndxInfopartitionIdx
 

Detailed Description

Definition at line 417 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _indexAttachInfo::dobj

Definition at line 419 of file pg_dump.h.

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

◆ parentIdx

IndxInfo* _indexAttachInfo::parentIdx

Definition at line 420 of file pg_dump.h.

Referenced by dumpIndexAttach(), and flagInhIndexes().

◆ partitionIdx

IndxInfo* _indexAttachInfo::partitionIdx

Definition at line 421 of file pg_dump.h.

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


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