Fix overly-strict sanity check in BeginInternalSubTransaction that made it
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 May 2007 21:01:39 +0000 (21:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 May 2007 21:01:39 +0000 (21:01 +0000)
commitfa0e318f947878b2ae53a12595f4520d9f082f91
tree2d129e0de18d9df0cd59c51c9797bd18e6129dff
parent9b89c13ab56063b2840fae499af5736610f4bf1f
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.
src/backend/access/transam/xact.c