diff options
Diffstat (limited to 'src/include/nodes/execnodes.h')
| -rw-r--r-- | src/include/nodes/execnodes.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index fda44255b08..ac0de093f16 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -417,6 +417,7 @@ typedef struct ExecRowMark  	Relation	relation;		/* opened and suitably locked relation */  	Index		rti;			/* its range table index */  	Index		prti;			/* parent range table index, if child */ +	Index		rowmarkId;		/* unique identifier for resjunk columns */  	RowMarkType markType;		/* see enum in nodes/plannodes.h */  	bool		noWait;			/* NOWAIT option */  	ItemPointerData curCtid;	/* ctid of currently locked tuple, if any */ | 
