diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/adt/ri_triggers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/ri_triggers.c b/src/backend/utils/adt/ri_triggers.c index 5b4579fe83e..7282ab1277b 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 |