]> granicus.if.org Git - postgresql/commit
Doc: specify that the minimum supported version of Perl is 5.8.3.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 31 Jul 2017 17:42:48 +0000 (13:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 31 Jul 2017 17:42:48 +0000 (13:42 -0400)
commit3521131cb120ab5fb2f5a5b9cbf15003ef6b98ab
tree2bf5e9f71180431b11715fb99e0a0b1a9b805019
parent1e58c503ec46ec78ddf19aa5bad7d095f14e042b
Doc: specify that the minimum supported version of Perl is 5.8.3.

Previously the docs just said "5.8 or later".  Experimentation shows
that while you can build on Unix from a git checkout with 5.8.0,
compiling recent PL/Perl requires at least 5.8.1, and you won't be
able to run the TAP tests with less than 5.8.3 because that's when
they added "prove".  (I do not have any information on just what the
MSVC build scripts require.)

Since all these versions are quite ancient, let's not split hairs
in the docs, but just say that 5.8.3 is the minimum requirement.

Discussion: https://postgr.es/m/16894.1501392088@sss.pgh.pa.us
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml