pgsql: Disallow committing a prepared transaction unless we are in the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disallow committing a prepared transaction unless we are in the
Date: 2007-02-13 19:39:55
Message-ID: 20070213193955.B5E5A9FB9E8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
twophase.c (r1.16.2.1 -> r1.16.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.16.2.1&r2=1.16.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-13 19:57:09 pgsql: Add: > * Improve failure message when DROP DATABASE is used on a
Previous Message Tom Lane 2007-02-13 19:39:49 pgsql: Disallow committing a prepared transaction unless we are in the