OSDN Git Service

Add virtual transaction IDs to CSVLOG output, so that messages coming from
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2007 18:15:36 +0000 (18:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2007 18:15:36 +0000 (18:15 +0000)
commit77c166ba6cf6fe8f7e9737b7fe1793d886dd5cf8
tree1f2a82d317d0ce1af3df72a83e4a028a65d9c1d5
parenta62a359ba2689ac01271d23f80aed74573e47d15
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().
doc/src/sgml/config.sgml
src/backend/utils/error/elog.c