1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

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
This commit is contained in:
John Naylor
2022-09-14 09:58:13 +07:00
parent ecaf7c5df5
commit 4c1532763a
9 changed files with 12 additions and 19 deletions

View File

@ -190,7 +190,7 @@ $ENV{MSBFLAGS}="/m";
or Cygwin Perl will not work. It must also be present in the PATH.
Binaries can be downloaded from
<ulink url="https://www.activestate.com"></ulink>
(Note: version 5.8.3 or later is required,
(Note: version 5.14 or later is required,
the free Standard Distribution is sufficient).
</para></listitem>
</varlistentry>

View File

@ -165,7 +165,7 @@ su - postgres
<application>PL/Perl</application> you need a full
<productname>Perl</productname> installation, including the
<filename>libperl</filename> library and the header files.
The minimum required version is <productname>Perl</productname> 5.8.3.
The minimum required version is <productname>Perl</productname> 5.14.
Since <application>PL/Perl</application> will be a shared
library, the <indexterm><primary>libperl</primary></indexterm>
<filename>libperl</filename> library must be a shared library
@ -325,7 +325,7 @@ su - postgres
<primary>perl</primary>
</indexterm>
<application>Perl</application> 5.8.3 or later is needed to build from a Git checkout,
<application>Perl</application> 5.14 or later is needed to build from a Git checkout,
or if you changed the input files for any of the build steps that
use Perl scripts. If building on Windows you will need
<application>Perl</application> in any case. <application>Perl</application> is