Skip to content

Commit 97d18ce

Browse files
committed
Fix comment for ExecProcessReturning
resultRelInfo is the argument for the function, not projectReturning. Author: Etsuro Fujita Discussion: https://postgr.es/m/5AA8E11E.1040609@lab.ntt.co.jp
1 parent df411e7 commit 97d18ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ExecCheckPlanOutput(Relation resultRel, List *targetList)
141141
/*
142142
* ExecProcessReturning --- evaluate a RETURNING list
143143
*
144-
* projectReturning: RETURNING projection info for current result rel
144+
* resultRelInfo: current result rel
145145
* tupleSlot: slot holding tuple actually inserted/updated/deleted
146146
* planSlot: slot holding tuple returned by top subplan node
147147
*

0 commit comments

Comments
 (0)