pgsql: Quick hack to make the VXID of a prepared transaction be -1/XID,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Quick hack to make the VXID of a prepared transaction be -1/XID,
Date: 2007-09-05 20:53:17
Message-ID: 20070905205317.C4C0E754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Quick hack to make the VXID of a prepared transaction be -1/XID,
so that different prepared xacts can be told apart in the pg_locks
view. Per suggestion from Florian.

Modified Files:
--------------
pgsql/src/backend/access/transam:
twophase.c (r1.33 -> r1.34)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c?r1=1.33&r2=1.34)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-05 21:11:19 pgsql: Volatile-qualify the ProcArray PGPROC pointer in a bunch of
Previous Message Tom Lane 2007-09-05 18:10:48 pgsql: Implement lazy XID allocation: transactions that do not modify