]> granicus.if.org Git - postgresql/commit
Disable full_page_writes, because turning it off risks causing crash-recovery
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Mar 2006 22:01:25 +0000 (22:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Mar 2006 22:01:25 +0000 (22:01 +0000)
commitfdc28fdcfa68c2a732ebcc2e35e797fab46cfa14
treed198773e4231c9ca86d49642404753726eb58b7d
parent3c3ed28c75455ab18f5f7fb11262b9cb28c36f8c
Disable full_page_writes, because turning it off risks causing crash-recovery
failures even when the hardware and OS did nothing wrong.  Per recent analysis
of a problem report from Alex Bahdushka.

For the moment I've just diked out the test of the parameter, rather than
removing the GUC infrastructure and documentation, in case we conclude that
there's something salvageable there.  There seems no chance of it being
resurrected in the 8.1 branch though.
doc/src/sgml/config.sgml
src/backend/access/transam/xlog.c