mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08: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
@ -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 New Issue
Block a user