Allow quotes to be escaped in recovery.conf, by doubling them. This patch
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/recovery-config.sgml | modified | +9 −1 |
| src/backend/access/transam/xlog.c | modified | +98 −27 |