pgsql: Handle spaces in OpenSSL install location for MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Handle spaces in OpenSSL install location for MSVC
Date: 2019-10-04 19:41:47
Message-ID: E1iGTSV-0000UQ-Sf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Handle spaces in OpenSSL install location for MSVC

First, make sure that the .exe name is quoted when trying to get the
version number. Also, don't quote the lib name for using in the project
files if it's already been quoted. This second change applies to all
libraries, not just OpenSSL.

This has clearly been broken forever, so backpatch to all live branches.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3b9c227008a65b0135931e9478cf2b5bb16eca34

Modified Files
--------------
src/tools/msvc/Project.pm | 3 ++-
src/tools/msvc/Solution.pm | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-10-04 20:44:21 pgsql: Use a fd opened for read/write when syncing slots during startup
Previous Message Robert Haas 2019-10-04 18:29:23 pgsql: Rename some toasting functions based on whether they are heap-sp