pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

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-04-03 23:32:47
Message-ID: 20030403233247.7316C474E4F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/04/03 18:32:47

Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/misc: check_guc postgresql.conf.sample

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-04-04 00:32:57 pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...
Previous Message Tom Lane 2003-04-03 22:35:49 pgsql-server/src/backend/commands explain.c