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

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

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

Log message:
    Fix miscalculation of remaining free space during tuple chain moving.
    Only affects machines where MAXALIGN > 4, and is a boundary-condition
    case even there, but still surprising that it's not been identified
    before.  Also reduce tuple chain move give-up messages from WARNING
    to DEBUG1, since they are not unexpected conditions.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ ontrib/dbase/dbf2pg.c rc/backend ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/storage/lmgr/README b ...