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)
commitad3eb217aa7d700ad428b819a5eb658917569492
treed1dcb77ac85c3539c14436cb055b83cb3f94ed1f
parentc0b51b441e1619c5cba4a1471625290126d0b849
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