Re: plperl: update ppport.h and fix configure version check

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, pgsql-hackers@postgresql.org
Date: 2021-10-07T16:23:49Z
Lists: pgsql-hackers
AFAICS we have consensus on doing these things (in HEAD only):

* update ppport.h to perl 5.34.0

* adjust configure and docs to set 5.8.3 as the minimum perl version

* adjust docs to say we don't test or support AIX below 7.1.

I'll go make these things happen.

			regards, tom lane



Commits

  1. plperl: update ppport.h to Perl 5.34.0.

  2. Doc: update our claims about the minimum recommended AIX version.

  3. Update test/perl/README to insist on Perl version >= 5.8.3, too.

  4. Adjust configure to insist on Perl version >= 5.8.3.