pgsql: Handle spaces for Python install location in MSVC scripts - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Handle spaces for Python install location in MSVC scripts
Date
Msg-id E1jWItB-0005wi-3L@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Handle spaces for Python install location in MSVC scripts

Attempting to use an installation path of Python that includes spaces
caused the MSVC builds to fail.  This fixes the issue by using the same
quoting method as ad7595b for OpenSSL.

Author: Victor Wagner
Discussion: https://postgr.es/m/20200430150608.6dc6b8c4@antares.wagner.home
Backpatch-through: 9.5

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/beb2516e961490723fb1a2f193406afb3d71ea9c

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 13 relnotes, fix markup
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: further fooling-about with rendering of tables in PDF outpu