pgsql: Add virtual transaction IDs to CSVLOG output, so that messages - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add virtual transaction IDs to CSVLOG output, so that messages
Date
Msg-id 20070927181536.B3AFE753E4C@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to