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