Fix overly-strict sanity check in BeginInternalSubTransaction that made it
authorTom Lane <[email protected]>
Wed, 30 May 2007 21:02:02 +0000 (21:02 +0000)
committerTom Lane <[email protected]>
Wed, 30 May 2007 21:02:02 +0000 (21:02 +0000)
commit19cf7663fc74bce657203def2edab22f7119539f
tree4cb1999c4f49b2b0f20a7d6c12d956869b760e36
parent743ccc39073891ba1d32db7dd1b1041dff86e770
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