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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add virtual transaction IDs to CSVLOG output, so that messages
Дата
Msg-id 20070927181536.B3AFE753E4C@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to