PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
PlanState | ps |
List * | lr_arowMarks |
EPQState | lr_epqstate |
Definition at line 2720 of file execnodes.h.
List* LockRowsState::lr_arowMarks |
Definition at line 2723 of file execnodes.h.
Referenced by ExecInitLockRows(), and ExecLockRows().
EPQState LockRowsState::lr_epqstate |
Definition at line 2724 of file execnodes.h.
Referenced by ExecEndLockRows(), ExecInitLockRows(), and ExecLockRows().
PlanState LockRowsState::ps |
Definition at line 2722 of file execnodes.h.
Referenced by ExecInitLockRows(), and ExecLockRows().