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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Quick hack to make the VXID of a prepared transaction be -1/XID,
Дата
Msg-id 20070905205317.C4C0E754201@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        twophase.c (r1.33 -> r1.34)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c?r1=1.33&r2=1.34)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Implement lazy XID allocation: transactions that do not modify
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Volatile-qualify the ProcArray PGPROC pointer in a bunch of