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

Data Fields

Oid partitionOid
 
Oid parentTblOid
 
bool lockedParentTbl
 

Detailed Description

Definition at line 20422 of file tablecmds.c.

Field Documentation

◆ lockedParentTbl

bool AttachIndexCallbackState::lockedParentTbl

Definition at line 20426 of file tablecmds.c.

◆ parentTblOid

Oid AttachIndexCallbackState::parentTblOid

Definition at line 20425 of file tablecmds.c.

◆ partitionOid

Oid AttachIndexCallbackState::partitionOid

Definition at line 20424 of file tablecmds.c.


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