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