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