PostgreSQL Source Code  git master
DropRelationCallbackState Struct Reference

Data Fields

char expected_relkind
 
LOCKMODE heap_lockmode
 
Oid heapOid
 
Oid partParentOid
 
char actual_relkind
 
char actual_relpersistence
 

Detailed Description

Definition at line 311 of file tablecmds.c.

Field Documentation

◆ actual_relkind

char DropRelationCallbackState::actual_relkind

Definition at line 320 of file tablecmds.c.

◆ actual_relpersistence

char DropRelationCallbackState::actual_relpersistence

Definition at line 321 of file tablecmds.c.

◆ expected_relkind

char DropRelationCallbackState::expected_relkind

Definition at line 314 of file tablecmds.c.

Referenced by RangeVarCallbackForDropRelation().

◆ heap_lockmode

LOCKMODE DropRelationCallbackState::heap_lockmode

Definition at line 315 of file tablecmds.c.

Referenced by RangeVarCallbackForDropRelation().

◆ heapOid

Oid DropRelationCallbackState::heapOid

Definition at line 317 of file tablecmds.c.

◆ partParentOid

Oid DropRelationCallbackState::partParentOid

Definition at line 318 of file tablecmds.c.


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