PostgreSQL Source Code  git master
PartitionDirectoryEntry Struct Reference

Data Fields

Oid reloid
 
Relation rel
 
PartitionDesc pd
 

Detailed Description

Definition at line 41 of file partdesc.c.

Field Documentation

◆ pd

PartitionDesc PartitionDirectoryEntry::pd

Definition at line 45 of file partdesc.c.

Referenced by PartitionDirectoryLookup().

◆ rel

Relation PartitionDirectoryEntry::rel

Definition at line 44 of file partdesc.c.

Referenced by DestroyPartitionDirectory(), and PartitionDirectoryLookup().

◆ reloid

Oid PartitionDirectoryEntry::reloid

Definition at line 43 of file partdesc.c.


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