PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PartitionDirectoryEntry Struct Reference

Data Fields

Oid reloid
 
Relation rel
 
PartitionDesc pd
 

Detailed Description

Definition at line 42 of file partdesc.c.

Field Documentation

◆ pd

PartitionDesc PartitionDirectoryEntry::pd

Definition at line 46 of file partdesc.c.

Referenced by PartitionDirectoryLookup().

◆ rel

Relation PartitionDirectoryEntry::rel

Definition at line 45 of file partdesc.c.

Referenced by DestroyPartitionDirectory(), and PartitionDirectoryLookup().

◆ reloid

Oid PartitionDirectoryEntry::reloid

Definition at line 44 of file partdesc.c.


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