Обсуждение: pgsql: Allow quotes to be escaped in recovery.conf, by doubling them.

Поиск
Список
Период
Сортировка

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

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)