pgsql/src/backend/utils/time tqual.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/time tqual.c
Дата
Msg-id 200201112007.g0BK74319072@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/11 15:07:04

Modified files:
    src/backend/utils/time: tqual.c

Log message:
    VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked
    as either HEAP_XMAX_COMMITTED or HEAP_XMAX_INVALID once the updating
    transaction is gone.  Otherwise some other transaction may come along
    and try to test the commit status of t_xmax later --- which could be
    after VACUUM has recycled the CLOG status for that xact.  Bug introduced
    in post-beta4 bug fix.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/backend/commands sequence.c
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/ oc/src/sgml/ref/pg_upgrade.sgml rc/bin/ ...