forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb7374f1
committed
Remove redundant perl version checks
Commit4c15327 removed some redundant uses of 'use 5.008001;' in perlscripts, including in plperl's plc_perlboot.pl. Because it made otherchanges it wasn't backpatched. However, now this is causing a failure onback branches when built with bleeding edge perl. Therefore, backpatchjust that part of it which removed those uses, from 15 all the way downto 9.2, which is the earliest version currently built in the buildfarm.per report from Alexander LakhinDiscussion:https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com1 parent4459144 commitb7374f1
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
0 commit comments
Comments
(0)