diff --git a/src/backend/utils/adt/ri_triggers.c b/src/backend/utils/adt/ri_triggers.c index 5b4579fe83..7282ab1277 100644 --- a/src/backend/utils/adt/ri_triggers.c +++ b/src/backend/utils/adt/ri_triggers.c @@ -1530,7 +1530,7 @@ ri_setdefault(TriggerData *trigdata) * trigger must be fired, false if we can prove the constraint will still * be satisfied. * - * new_row will be NULL if this is called for a delete. + * new_slot will be NULL if this is called for a delete. * ---------- */ bool