mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Expand comment a little bit
The previous commit removed a comment that was a bit more verbose than its replacement.
This commit is contained in:
parent
6666ee49f4
commit
839a8eb2b3
1 changed files with 4 additions and 1 deletions
|
|
@ -1116,7 +1116,10 @@ lreplace:;
|
|||
proute->root_tuple_slot,
|
||||
&slot);
|
||||
|
||||
/* Prepare for tuple routing */
|
||||
/*
|
||||
* Prepare for tuple routing, making it look like we're inserting
|
||||
* into the root.
|
||||
*/
|
||||
Assert(mtstate->rootResultRelInfo != NULL);
|
||||
slot = ExecPrepareTupleRouting(mtstate, estate, proute,
|
||||
mtstate->rootResultRelInfo, slot);
|
||||
|
|
|
|||
Loading…
Reference in a new issue