Commit 839a8eb2 authored by Alvaro Herrera's avatar Alvaro Herrera

Expand comment a little bit

The previous commit removed a comment that was a bit more verbose than
its replacement.
parent 6666ee49
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment