diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 0f08283..dcf685a 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -1864,7 +1864,7 @@ ExecPartitionCheck(ResultRelInfo *resultRelInfo, TupleTableSlot *slot, char *val_desc; Relation orig_rel = rel; - /* See the comment above. */ + /* See the comment in ExecConstraints(). */ if (resultRelInfo->ri_PartitionRoot) { HeapTuple tuple = ExecFetchSlotTuple(slot);