Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
AttachIndexCallbackState Struct Reference

Data Fields

Oid partitionOid
 
Oid parentTblOid
 
bool lockedParentTbl
 

Detailed Description

Definition at line 21461 of file tablecmds.c.

Field Documentation

◆ lockedParentTbl

bool AttachIndexCallbackState::lockedParentTbl

Definition at line 21465 of file tablecmds.c.

◆ parentTblOid

Oid AttachIndexCallbackState::parentTblOid

Definition at line 21464 of file tablecmds.c.

◆ partitionOid

Oid AttachIndexCallbackState::partitionOid

Definition at line 21463 of file tablecmds.c.


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