pgsql: Remove redundant perl version checks

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove redundant perl version checks
Дата
Msg-id E1sMQv0-0035Rx-Sc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove redundant perl version checks

Commit 4c1532763a removed some redundant uses of 'use 5.008001;' in perl
scripts, including in plperl's plc_perlboot.pl. Because it made other
changes it wasn't backpatched. However, now this is causing a failure on
back branches when built with bleeding edge perl. Therefore, backpatch
just that part of it which removed those uses, from 15 all the way down
to 9.2, which is the earliest version currently built in the buildfarm.

per report from Alexander Lakhin

Discussion: https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f853e23bf8276d5509ebb96395e6dc95fac0ec0a

Modified Files
--------------
src/pl/plperl/plc_perlboot.pl | 1 -
src/tools/pgindent/pgindent   | 1 -
2 files changed, 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve comment in gram.y.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix partition pruning setup during DETACH CONCURRENTLY