pgsql: Allow quotes to be escaped in recovery.conf, by doubling them.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow quotes to be escaped in recovery.conf, by doubling them.
Date: 2010-04-07 10:58:49
Message-ID: 20100407105849.6CBF27541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow quotes to be escaped in recovery.conf, by doubling them. This patch
also makes the parsing a little bit stricter, rejecting garbage after the
parameter value and values with missing ending quotes, for example.

Modified Files:
--------------
pgsql/doc/src/sgml:
recovery-config.sgml (r2.3 -> r2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/recovery-config.sgml?r1=2.3&r2=2.4)
pgsql/src/backend/access/transam:
xlog.c (r1.390 -> r1.391)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.390&r2=1.391)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-04-07 11:00:44 Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()
Previous Message Heikki Linnakangas 2010-04-07 10:23:24 Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()