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:42
Message-ID: 20070213193942.497B19FBA5A@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.

Modified Files:
--------------
pgsql/src/backend/access/transam:
twophase.c (r1.27 -> r1.28)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-13 19:39:49 pgsql: Disallow committing a prepared transaction unless we are in the
Previous Message Tom Lane 2007-02-13 19:18:54 pgsql: Improve postmaster's behavior if an accept() call fails.