mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03: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:
@ -1116,7 +1116,10 @@ lreplace:;
|
|||||||
proute->root_tuple_slot,
|
proute->root_tuple_slot,
|
||||||
&slot);
|
&slot);
|
||||||
|
|
||||||
/* Prepare for tuple routing */
|
/*
|
||||||
|
* Prepare for tuple routing, making it look like we're inserting
|
||||||
|
* into the root.
|
||||||
|
*/
|
||||||
Assert(mtstate->rootResultRelInfo != NULL);
|
Assert(mtstate->rootResultRelInfo != NULL);
|
||||||
slot = ExecPrepareTupleRouting(mtstate, estate, proute,
|
slot = ExecPrepareTupleRouting(mtstate, estate, proute,
|
||||||
mtstate->rootResultRelInfo, slot);
|
mtstate->rootResultRelInfo, slot);
|
||||||
|
Reference in New Issue
Block a user