PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionIndexExtDepEntry Struct Reference

Data Fields

Oid parentIndexOid
 
Oid indexOid
 
ListextensionOids
 

Detailed Description

Definition at line 384 of file tablecmds.c.

Field Documentation

◆ extensionOids

List* PartitionIndexExtDepEntry::extensionOids

Definition at line 388 of file tablecmds.c.

Referenced by collectPartitionIndexExtDeps().

◆ indexOid

Oid PartitionIndexExtDepEntry::indexOid

Definition at line 387 of file tablecmds.c.

Referenced by collectPartitionIndexExtDeps().

◆ parentIndexOid

Oid PartitionIndexExtDepEntry::parentIndexOid

Definition at line 386 of file tablecmds.c.

Referenced by collectPartitionIndexExtDeps().


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