PostgreSQL Source Code  git master
LockRowsState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
Listlr_arowMarks
 
EPQState lr_epqstate
 

Detailed Description

Definition at line 2803 of file execnodes.h.

Field Documentation

◆ lr_arowMarks

List* LockRowsState::lr_arowMarks

Definition at line 2806 of file execnodes.h.

Referenced by ExecInitLockRows(), and ExecLockRows().

◆ lr_epqstate

EPQState LockRowsState::lr_epqstate

Definition at line 2807 of file execnodes.h.

Referenced by ExecEndLockRows(), ExecInitLockRows(), and ExecLockRows().

◆ ps

PlanState LockRowsState::ps

Definition at line 2805 of file execnodes.h.

Referenced by ExecInitLockRows(), and ExecLockRows().


The documentation for this struct was generated from the following file: