pgsql: Handle spaces in OpenSSL install location for MSVC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Handle spaces in OpenSSL install location for MSVC
Дата
Msg-id E1iGTSW-0000UY-00@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Rename some toasting functions based on whether they are heap-sp
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Use a fd opened for read/write when syncing slots during startup