Disallow committing a prepared transaction unless we are in the same database
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/twophase.c | modified | +13 −1 |