pgsql: Handle spaces for Python install location in MSVC scripts

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Handle spaces for Python install location in MSVC scripts
Date: 2020-05-06 12:11:01
Message-ID: E1jWItB-0005wj-3n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8c0939dadab0e7c26e303efbbb2245b0aebf97c2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-05-06 16:24:14 pgsql: Doc: further fooling-about with rendering of tables in PDF outpu
Previous Message Bruce Momjian 2020-05-05 21:45:44 pgsql: doc: PG 13 relnotes, fix markup