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

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Allow quotes to be escaped in recovery.conf, by doubling them.
Дата
Msg-id 20100407105849.6CBF27541D0@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()
Следующее
От: David Fetter
Дата:
Сообщение: Re: pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()