pgsql: Remove quotes from boolean recovery.conf.sample parameters, now

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove quotes from boolean recovery.conf.sample parameters, now
Date: 2010-12-24 16:52:25
Message-ID: E1PWAsT-0006HO-FO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove quotes from boolean recovery.conf.sample parameters, now that the
quotes are not required. This now matches postgresql.conf's
specification of booleans.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5000472112da91023bf468e57bb8ce9217426ed7

Modified Files
--------------
src/backend/access/transam/recovery.conf.sample | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-12-24 18:33:38 pgsql: Allow vpath builds and regression tests to succeed on Mingw. Bac
Previous Message Bruce Momjian 2010-12-24 16:33:23 pgsql: Backpatch to 9.0 a doc mention that a BBU does not prevent parti