Expand comment a little bit

The previous commit removed a comment that was a bit more verbose than
its replacement.
pull/31/merge
Alvaro Herrera 7 years ago
parent 6666ee49f4
commit 839a8eb2b3
  1. 5
      src/backend/executor/nodeModifyTable.c

@ -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…
Cancel
Save