pgsql: Fix some inconsistencies in MSVC scripts

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix some inconsistencies in MSVC scripts
Дата
Msg-id E1hmCpe-0002rb-P9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some inconsistencies in MSVC scripts

In configure scripts, --with-ossp-uuid is obsolete is replaced by
--with-uuid, and it needs to specify a path to its library builds when
building with the MSVC scripts.  --with-perl needs also to specify a
path.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20190712.121529.194600624.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39aadc984221f57ce7dc11dd3c8c719e10198549

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix and improve several places in the docs
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Revive test of concurrent OID generation.