| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Add missing SYSTEMQUOTEs | 
| Date: | 2014-04-30 08:07:58 | 
| Message-ID: | [email protected] | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-committers | 
Add missing SYSTEMQUOTEs
Some popen() calls were missing SYSTEMQUOTEs, which caused initdb and
pg_upgrade to fail on Windows, if the installation path contained both
spaces and @ signs.
Patch by Nikhil Deshpande. Backpatch to all supported versions.
Branch
------
REL9_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/e2558e016ea389501dc0aa96aa9db632d4649d87
Modified Files
--------------
contrib/pg_upgrade/check.c |    2 +-
src/bin/initdb/initdb.c    |   32 ++++++++++++++++----------------
2 files changed, 17 insertions(+), 17 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-04-30 15:15:26 | pgsql: Fix uninitialized-variable warnings induced by recent commit. | 
| Previous Message | Peter Eisentraut | 2014-04-30 02:34:27 | pgsql: PL/Python: Adjust the regression tests for Python 3.4 |