| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/runtime.sgml rc/back ... |
| Date: | 2003-03-28 20:17:14 |
| Message-ID: | 20030328201714.04C2747635A@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2003-03-29 03:56:44 | pgsql-server/src/backend/libpq be-secure.c |
| Previous Message | Tom Lane | 2003-03-28 17:24:29 | pgsql-server/contrib/btree_gist/expected btree ... |