PostgreSQL Source Code git master
|
Data Fields | |
MemoryContext | pdir_mcxt |
HTAB * | pdir_hash |
bool | omit_detached |
Definition at line 35 of file partdesc.c.
bool PartitionDirectoryData::omit_detached |
Definition at line 39 of file partdesc.c.
Referenced by CreatePartitionDirectory(), and PartitionDirectoryLookup().
HTAB* PartitionDirectoryData::pdir_hash |
Definition at line 38 of file partdesc.c.
Referenced by CreatePartitionDirectory(), DestroyPartitionDirectory(), and PartitionDirectoryLookup().
MemoryContext PartitionDirectoryData::pdir_mcxt |
Definition at line 37 of file partdesc.c.
Referenced by CreatePartitionDirectory().