pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the
Дата
Msg-id 20080901185245.B83C3755325@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw
command id is the cmin, when it can in fact be a combo cid. That made rows
incorrectly invisible to a transaction where a tuple was deleted by multiple
aborted subtransactions.

Report and patch Karl Schnaitter. Back-patch to 8.3, where combo cids was
introduced.

Modified Files:
--------------
    pgsql/src/backend/utils/time:
        combocid.c (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/time/combocid.c?r1=1.4&r2=1.5)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Synchronize the shared object build rules in Makefile.port with
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the