]> granicus.if.org Git - postgresql/commit
Fix overly-strict sanity check in BeginInternalSubTransaction that made it
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 May 2007 21:01:53 +0000 (21:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 May 2007 21:01:53 +0000 (21:01 +0000)
commit4c2158bf0c309099c1d185405b3d10d41708eb2e
treeed5d9d77d7bb7d5db66dee2ed60198ceb1f42aaa
parent21b8d51de66c5d47a647d4ac8307b1846120bd46
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