pgsql: Make postgresql.conf.sample match the initdb defaults.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make postgresql.conf.sample match the initdb defaults.
Date: 2006-09-14 23:21:47
Message-ID: 20060914232147.4D0579FA0B9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make postgresql.conf.sample match the initdb defaults. This fixes
comment alignment on most systems.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.191 -> r1.192)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.191&r2=1.192)
pgsql/src/bin/initdb:
initdb.c (r1.121 -> r1.122)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.121&r2=1.122)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2006-09-15 07:52:38 psqlodbc - psqlodbc: Add note about #Deleted# columns in Access, per
Previous Message Tom Lane 2006-09-14 22:13:49 Re: information_schema vs temp tables (was Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`)