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

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

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