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

From Andrew Dunstan
Subject pgsql: Handle spaces in OpenSSL install location for MSVC
Date
Msg-id E1iGTSV-0000UU-UJ@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1e9a0487d6a176b1ac4770d4406aac19da16f598

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Rename some toasting functions based on whether they are heap-sp
Next
From: Andres Freund
Date:
Subject: pgsql: Use a fd opened for read/write when syncing slots during startup