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