PostgreSQL Source Code git master
|
Data Fields | |
LOCKMODE | lockmode |
bool | nowait |
Oid | check_as_user |
Oid | viewoid |
List * | ancestor_views |
Definition at line 167 of file lockcmds.c.
List* LockViewRecurse_context::ancestor_views |
Definition at line 173 of file lockcmds.c.
Referenced by LockViewRecurse(), and LockViewRecurse_walker().
Oid LockViewRecurse_context::check_as_user |
Definition at line 171 of file lockcmds.c.
Referenced by LockViewRecurse(), and LockViewRecurse_walker().
LOCKMODE LockViewRecurse_context::lockmode |
Definition at line 169 of file lockcmds.c.
Referenced by LockViewRecurse(), and LockViewRecurse_walker().
bool LockViewRecurse_context::nowait |
Definition at line 170 of file lockcmds.c.
Referenced by LockViewRecurse(), and LockViewRecurse_walker().
Oid LockViewRecurse_context::viewoid |
Definition at line 172 of file lockcmds.c.
Referenced by LockViewRecurse().