pgsql: Bump minimum Perl version to 5.14

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Bump minimum Perl version to 5.14
Дата
Msg-id E1oYL5u-000GI8-Of@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Bump minimum Perl version to 5.14

The oldest vendor-shipped Perl in the buildfarm is 5.14.2, which is
the last version that Debian Wheezy shipped. That OS is EOL, but we
keep it running because there is no other convenient way to test certain
non-mainstream 32-bit platforms. There is no bugfix in the 5.14.2 release
that is required, and yet it's also not the latest minor release --
that would be 5.14.4. To clarify the situation, we have thus arranged the
buildfarm to test 5.14.0. That allows configure scripts and documentation
to state 5.14 without fine print.

The MSVC build didn't check the version, since our previous minimum 5.8.3
was considered too old to check for on Windows. We will need a check for
Windows sometime during the v16 cycle, but that could be rendered moot
by the impending Meson conversion, so it seems safe to just document
the requirement for now.

Reviewed by Tom Lane
Discussion: https://www.postgresql.org/message-id/20220902181553.ev4pgzhubhdkguuv@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c1532763a00c21cbb737bc3855e9a31374b119d

Modified Files
--------------
config/perl.m4                           |  4 ++--
configure                                |  6 +++---
doc/src/sgml/install-windows.sgml        |  2 +-
doc/src/sgml/installation.sgml           |  4 ++--
src/pl/plperl/plc_perlboot.pl            |  1 -
src/test/perl/PostgreSQL/Test/Cluster.pm |  2 +-
src/test/perl/README                     | 10 +++-------
src/tools/msvc/gendef.pl                 |  1 -
src/tools/pgindent/pgindent              |  1 -
9 files changed, 12 insertions(+), 19 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: process startup: Remove bootstrap / checker modes from AuxProcTy
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix typo in pgbench.c.