Remove redundant perl version checks
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 26 Jun 2024 11:01:47 +0000 (07:01 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 26 Jun 2024 11:30:01 +0000 (07:30 -0400)
commit0536f8e2cca21aad53eb11b39513e96e5f0f0830
tree71618f4681e739b3b0a5d47ed5aec4460cd16b66
parentbfa3d27906646f39599901891a237a736191ffc9
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: http://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com
src/pl/plperl/plc_perlboot.pl
src/tools/pgindent/pgindent