pgsql: Add virtual transaction IDs to CSVLOG output, so that messages

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add virtual transaction IDs to CSVLOG output, so that messages
Date: 2007-09-27 18:15:36
Message-ID: 20070927181536.B3AFE753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add virtual transaction IDs to CSVLOG output, so that messages coming from
the same transaction can be identified even when no regular XID was assigned.
This seems essential after addition of the lazy-XID patch. Also some
minor code cleanup in write_csvlog().

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.148 -> r1.149)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.148&r2=1.149)
pgsql/src/backend/utils/error:
elog.c (r1.196 -> r1.197)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.196&r2=1.197)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-27 19:53:44 pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to
Previous Message Tom Lane 2007-09-27 17:42:09 pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was