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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4bf2dfb9a26a9d6f97b8d54e939d2bf02c4d99a1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-05T20:53:17Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/backend/access/transam/twophase.c modified +3 −2