Back-patch changes to validate page header fields immediately after
Tom Lane <tgl@sss.pgh.pa.us>
Back-patch changes to validate page header fields immediately after reading in any page. Also back-port the zero_damaged_pages boolean that determines what to do about it.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +24 −4 |
| src/backend/storage/buffer/bufmgr.c | modified | +20 −1 |
| src/backend/storage/page/bufpage.c | modified | +46 −3 |
| src/backend/utils/misc/guc.c | modified | +5 −1 |
| src/include/storage/bufmgr.h | modified | +4 −1 |
| src/include/storage/bufpage.h | modified | +2 −1 |