Remove zero_damaged_pages from postgresql.conf.sample; the only way to
Tom Lane <tgl@sss.pgh.pa.us>
Remove zero_damaged_pages from postgresql.conf.sample; the only way to find out about it is to read the documentation that tells you how dangerous it is. Add default_transaction_read_only to documentation; seems to have been overlooked in patch that added read-only transactions. Clean up check_guc comparison script, which has been suffering bit rot.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +24 −3 |
| src/backend/utils/misc/check_guc | modified | +25 −20 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |