Remove zero_damaged_pages from postgresql.conf.sample; the only way to
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 23:32:47 +0000 (23:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 23:32:47 +0000 (23:32 +0000)
commita385186ff737a935631efd9ff4294588988e67fb
tree61ea09bbf07250087beda568aa05bebeb913e802
parentf1fb9e009797aaef7619d9191eaa3ff6685f1164
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.
doc/src/sgml/runtime.sgml
src/backend/utils/misc/check_guc
src/backend/utils/misc/postgresql.conf.sample