postgresql/src/pl
Andrew Dunstan f853e23bf8 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: https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com
2024-06-26 07:01:47 -04:00
..
plperl Remove redundant perl version checks 2024-06-26 07:01:47 -04:00
plpgsql When replanning a plpgsql "simple expression", check it's still simple. 2024-06-13 13:37:50 -04:00
plpython Fix recursive RECORD-returning plpython functions. 2024-05-09 13:16:21 -04:00
tcl Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). 2024-06-04 18:02:13 -04:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00