pgsql/src/backend/utils/adt ri_triggers.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt ri_triggers.c
Date: 2002-07-30 16:33:21
Message-ID: 20020730163321.CD86F4759A8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/30 12:33:21

Modified files:
src/backend/utils/adt: ri_triggers.c

Log message:
This should fix a bug where a row that was updated or
deleted that had another row inserted/updated to its old
value during the same statement or other statements before the
integrity check for noaction would incorrectly error. This
could happen in deferred constraints or due to triggers or
functions. It's effectively a reworking of the previous patch that
did a not exists to instead do a separate check.

Stephan Szabo

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-30 16:35:05 pgsql/src/bin/psql tab-complete.c
Previous Message Tom Lane 2002-07-30 16:33:08 pgsql/ ontrib/cube/cubescan.l ontrib/seg/segsc ...