pgsql-server/src/backend/commands vacuum.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/src/backend/commands vacuum.c
Дата
Msg-id 20020813201424.DBA8347631C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/13 16:14:24

Modified files:
    src/backend/commands: vacuum.c

Log message:
    Fix tuple-chain-moving tests to handle marked-for-update tuples correctly
    (they are not part of a chain).  When failing to find a parent tuple in
    an update chain, emit a warning and abandon repair_frag, but do not give
    an error as before.  This should eliminate the infamous 'No one parent tuple
    was found' failure, which we now realize is not a can't-happen condition
    but a perfectly valid database state.  Per recent pghackers discussion.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/access/heap heapam.c
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/ oc/FAQ_DEV oc/src/sgml/datatype. ...