PostgreSQL Source Code  git master
LockViewRecurse_context Struct Reference

Data Fields

LOCKMODE lockmode
 
bool nowait
 
Oid check_as_user
 
Oid viewoid
 
Listancestor_views
 

Detailed Description

Definition at line 167 of file lockcmds.c.

Field Documentation

◆ ancestor_views

List* LockViewRecurse_context::ancestor_views

Definition at line 173 of file lockcmds.c.

◆ check_as_user

Oid LockViewRecurse_context::check_as_user

Definition at line 171 of file lockcmds.c.

◆ lockmode

LOCKMODE LockViewRecurse_context::lockmode

Definition at line 169 of file lockcmds.c.

◆ nowait

bool LockViewRecurse_context::nowait

Definition at line 170 of file lockcmds.c.

◆ viewoid

Oid LockViewRecurse_context::viewoid

Definition at line 172 of file lockcmds.c.


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