if (resultRelInfo->ri_PartitionCheck)
ExecPartitionCheck(resultRelInfo, slot, estate, true);
- /* Store the slot into tuple that we can inspect. */
+ /* Materialize slot into a tuple that we can scribble upon. */
tuple = ExecMaterializeSlot(slot);
/* OK, store the tuple and create index entries for it */
if (resultRelInfo->ri_PartitionCheck)
ExecPartitionCheck(resultRelInfo, slot, estate, true);
- /* Store the slot into tuple that we can write. */
+ /* Materialize slot into a tuple that we can scribble upon. */
tuple = ExecMaterializeSlot(slot);
/* OK, update the tuple and index entries for it */