Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97d18ce

Browse filesBrowse 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
Copy full SHA for 97d18ce

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/executor/nodeModifyTable.c

Copy file name to clipboardExpand all lines: src/backend/executor/nodeModifyTable.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.