Обсуждение: pgsql-server/src backend/commands/vacuum.c bac ...

Поиск
Список
Период
Сортировка

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

От
wieck@svr1.postgresql.org (Jan Wieck)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    wieck@svr1.postgresql.org    03/11/13 10:57:15

Modified files:
    src/backend/commands: vacuum.c
    src/backend/storage/buffer: buf_init.c buf_table.c bufmgr.c
                                freelist.c
    src/backend/utils/misc: guc.c postgresql.conf.sample
    src/include    : miscadmin.h
    src/include/storage: buf_internals.h

Log message:
    2nd try for the ARC strategy.

    I added a couple more Assertions while tracking down the exact
    cause of the former bug.

    All 93 regression tests pass now.

    Jan