Disallow committing a prepared transaction unless we are in the same database

Tom Lane <tgl@sss.pgh.pa.us>

Commit: caf2b64a7574133a253a657591cde51cbc15e576
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-02-13T19:39:42Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/access/transam/twophase.c modified +13 −1