pgsql: Fix recovery.conf boolean variables to take the same range of - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix recovery.conf boolean variables to take the same range of
Date
Msg-id 20080630221043.C08B8754857@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix recovery.conf boolean variables to take the same range of string
values as postgresql.conf.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.314 -> r1.315)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.314&r2=1.315)
    pgsql/src/backend/utils/misc:
        guc.c (r1.457 -> r1.458)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.457&r2=1.458)
    pgsql/src/include/utils:
        guc.h (r1.96 -> r1.97)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.96&r2=1.97)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add psql TODO: > o Add "auto" expanded mode that outputs in
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Issue psql connection warnings on connection start and via \c,