pgsql: Fix msvc builds for ActivePerl > 5.24

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix msvc builds for ActivePerl > 5.24
Дата
Msg-id E1erj56-0005YT-W1@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix msvc builds for ActivePerl > 5.24  (Noah Misch <noah@leadboat.com>)
Список pgsql-committers
Fix msvc builds for ActivePerl > 5.24

From this version ActivePerl ships both a .lib and a .a file for the
perl library, which our code would detect as there being no library
available. Instead, we should pick the .lib version and use that.

Report and suggested fix in bug #15065

Author: Heath Lord

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7240962f8626ff09bb8f9e71ecdb074775bdd035

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove volatile qualifiers from shm_mq.c.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make gistvacuumcleanup() count the actual number of indextuples