PostgreSQL Source Code  git master
PartitionDirectoryData Struct Reference

Data Fields

MemoryContext pdir_mcxt
 
HTABpdir_hash
 
bool omit_detached
 

Detailed Description

Definition at line 34 of file partdesc.c.

Field Documentation

◆ omit_detached

bool PartitionDirectoryData::omit_detached

Definition at line 38 of file partdesc.c.

Referenced by CreatePartitionDirectory(), and PartitionDirectoryLookup().

◆ pdir_hash

HTAB* PartitionDirectoryData::pdir_hash

◆ pdir_mcxt

MemoryContext PartitionDirectoryData::pdir_mcxt

Definition at line 36 of file partdesc.c.

Referenced by CreatePartitionDirectory().


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