]> granicus.if.org Git - postgresql/commit
Disallow committing a prepared transaction unless we are in the same database
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Feb 2007 19:39:55 +0000 (19:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Feb 2007 19:39:55 +0000 (19:39 +0000)
commite6aa62ec1428c33a9c997cf06351653c8ceea8d5
tree30d387b5629287f9fc8577c8c2b13bfeb8a2882c
parent3e5a4a9a088dc8665d941623fba15c7174c7a81b
Disallow committing a prepared transaction unless we are in the same database
it was executed in.  Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places.  Per Heikki.
src/backend/access/transam/twophase.c