Allow quotes to be escaped in recovery.conf, by doubling them. This patch

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 0f11ed5886ce797d816177f5a915a22d85dd7400
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-04-07T10:58:49Z
Releases: 9.0.0
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.

Files

PathChange+/−
doc/src/sgml/recovery-config.sgml modified +9 −1
src/backend/access/transam/xlog.c modified +98 −27