pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Дата
Msg-id 20030328201714.04C2747635A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/03/28 15:17:13

Modified files:
    doc/src/sgml   : runtime.sgml
    src/backend/storage/buffer: bufmgr.c
    src/backend/storage/page: bufpage.c
    src/backend/utils/misc: guc.c postgresql.conf.sample
    src/include/storage: bufmgr.h bufpage.h
Removed files:
    src/include/storage: page.h

Log message:
    Add code to apply some simple sanity checks to the header fields of a
    page when it's read in, per pghackers discussion around 17-Feb.  Add a
    GUC variable zero_damaged_pages that causes the response to be a WARNING
    followed by zeroing the page, rather than the normal ERROR; this is per
    Hiroshi's suggestion that there needs to be a way to get at the data
    in the rest of the table.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/contrib/btree_gist/expected btree ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/backend/libpq be-secure.c