pgsql: Fix included file path for modern perl

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix included file path for modern perl
Дата
Msg-id E1grBCB-0000rP-Sz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix included file path for modern perl

Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.

Backpatch to all live branches.

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/tools/msvc/Install.pm   | 4 ++--
src/tools/msvc/build.pl     | 6 +++---
src/tools/msvc/install.pl   | 2 +-
src/tools/msvc/mkvcbuild.pl | 4 ++--
src/tools/msvc/pgbison.pl   | 2 +-
src/tools/msvc/pgflex.pl    | 2 +-
src/tools/msvc/vcregress.pl | 6 +++---
7 files changed, 13 insertions(+), 13 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: More fixed for modern perl on back branches
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Tighten some regexes with proper character escaping in pg_dumpT