pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction
Date: 2007-05-30 21:01:53
Message-ID: 20070530210153.BE4439FBFC5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix overly-strict sanity check in BeginInternalSubTransaction that made it
fail when used in a deferred trigger. Bug goes back to 8.0; no doubt the
reason it hadn't been noticed is that we've been discouraging use of
user-defined constraint triggers. Per report from Frank van Vugt.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.215.2.2 -> r1.215.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c.diff?r1=1.215.2.2&r2=1.215.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-30 21:02:02 pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction
Previous Message Tom Lane 2007-05-30 21:01:45 pgsql: Fix overly-strict sanity check in BeginInternalSubTransaction