]> granicus.if.org Git - postgresql/commit
Arrange for PreventTransactionChain to reject commands submitted as part
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2007 19:55:04 +0000 (19:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2007 19:55:04 +0000 (19:55 +0000)
commit4f896dac17f7015b34347e278fc3db4047b86e43
tree7eea59672726c94e3314b4847a5cabfe8d53f3d5
parent686956375a84f4ac9f214e402e9922b49813784a
Arrange for PreventTransactionChain to reject commands submitted as part
of a multi-statement simple-Query message.  This bug goes all the way
back, but unfortunately is not nearly so easy to fix in existing releases;
it is only the recent ProcessUtility API change that makes it fixable in
HEAD.  Per report from William Garrison.
src/backend/access/transam/xact.c
src/backend/tcop/postgres.c