pgsql: Fix perl searchpath for modern perl for MSVC tools

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix perl searchpath for modern perl for MSVC tools
Дата
Msg-id E1gGqm8-0004NX-HF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix perl searchpath for modern perl for MSVC tools

Modern versions of perl no longer include the current directory in the
perl searchpath, as it's insecure. Instead of adding the current
directory, we get around the problem by adding the directory where the
script lives.

Problem noted by Victor Wagner.

Solution adapted from buildfarm client code.

Backpatch to all live versions.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/075641fd001bf2b59ac452fb645aecb4252bb860

Modified Files
--------------
src/tools/msvc/install.pl   | 4 ++++
src/tools/msvc/mkvcbuild.pl | 4 ++++
src/tools/msvc/vcregress.pl | 3 +++
3 files changed, 11 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER inpsq
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove incorrect comment in dshash.c.