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