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:42 +0000 (19:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Feb 2007 19:39:42 +0000 (19:39 +0000)
commitcaf2b64a7574133a253a657591cde51cbc15e576
tree3aa2acde6c67a0772e9db13977680800cecafb3b
parentcf4cc7843c17db5142a12edddb1bd17b33ea72d8
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