pgsql: Disallow committing a prepared transaction unless we are in the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Disallow committing a prepared transaction unless we are in the
Date
Msg-id 20070213193942.497B19FBA5A@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve postmaster's behavior if an accept() call fails.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow committing a prepared transaction unless we are in the