pgsql-server/ oc/src/sgml/runtime.sgml rc/back ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Date
Msg-id 20030328201714.04C2747635A@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/contrib/btree_gist/expected btree ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/libpq be-secure.c