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 839a8eb

Browse filesBrowse files
committed
Expand comment a little bit
The previous commit removed a comment that was a bit more verbose than its replacement.
1 parent 6666ee4 commit 839a8eb
Copy full SHA for 839a8eb

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-1
lines changed

‎src/backend/executor/nodeModifyTable.c

Copy file name to clipboardExpand all lines: src/backend/executor/nodeModifyTable.c
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,10 @@ lreplace:;
11161116
proute->root_tuple_slot,
11171117
&slot);
11181118

1119-
/* Prepare for tuple routing */
1119+
/*
1120+
* Prepare for tuple routing, making it look like we're inserting
1121+
* into the root.
1122+
*/
11201123
Assert(mtstate->rootResultRelInfo != NULL);
11211124
slot = ExecPrepareTupleRouting(mtstate, estate, proute,
11221125
mtstate->rootResultRelInfo, slot);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.