Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit839a8eb

Browse files
committed
Expand comment a little bit
The previous commit removed a comment that was a bit more verbose thanits replacement.
1 parent6666ee4 commit839a8eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/backend/executor/nodeModifyTable.c

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp