PostgreSQL Source Code git master
|
#include <pg_dump.h>
Data Fields | |
DumpableObject | dobj |
IndxInfo * | parentIdx |
IndxInfo * | partitionIdx |
DumpableObject _indexAttachInfo::dobj |
Definition at line 427 of file pg_dump.h.
Referenced by addConstrChildIdxDeps(), dumpIndexAttach(), and flagInhIndexes().
IndxInfo* _indexAttachInfo::parentIdx |
Definition at line 428 of file pg_dump.h.
Referenced by dumpIndexAttach(), and flagInhIndexes().
IndxInfo* _indexAttachInfo::partitionIdx |
Definition at line 429 of file pg_dump.h.
Referenced by addConstrChildIdxDeps(), dumpIndexAttach(), and flagInhIndexes().