- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4c15327
committed
Bump minimum Perl version to 5.14
The oldest vendor-shipped Perl in the buildfarm is 5.14.2, which isthe last version that Debian Wheezy shipped. That OS is EOL, but wekeep it running because there is no other convenient way to test certainnon-mainstream 32-bit platforms. There is no bugfix in the 5.14.2 releasethat is required, and yet it's also not the latest minor release --that would be 5.14.4. To clarify the situation, we have thus arranged thebuildfarm to test 5.14.0. That allows configure scripts and documentationto state 5.14 without fine print.The MSVC build didn't check the version, since our previous minimum 5.8.3was considered too old to check for on Windows. We will need a check forWindows sometime during the v16 cycle, but that could be rendered mootby the impending Meson conversion, so it seems safe to just documentthe requirement for now.Reviewed by Tom LaneDiscussion:https://www.postgresql.org/message-id/20220902181553.ev4pgzhubhdkguuv@awork3.anarazel.de1 parentecaf7c5 commit4c15327
File tree
9 files changed
+12
-19
lines changed- config
- doc/src/sgml
- src
- pl/plperl
- test/perl
- PostgreSQL/Test
- tools
- msvc
- pgindent
9 files changed
+12
-19
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10491 | 10491 |
| |
10492 | 10492 |
| |
10493 | 10493 |
| |
10494 |
| - | |
| 10494 | + | |
10495 | 10495 |
| |
10496 | 10496 |
| |
10497 | 10497 |
| |
10498 |
| - | |
| 10498 | + | |
10499 | 10499 |
| |
10500 | 10500 |
| |
10501 |
| - | |
| 10501 | + | |
10502 | 10502 |
| |
10503 | 10503 |
| |
10504 | 10504 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
328 |
| - | |
| 328 | + | |
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2780 | 2780 |
| |
2781 | 2781 |
| |
2782 | 2782 |
| |
2783 |
| - | |
| 2783 | + | |
2784 | 2784 |
| |
2785 | 2785 |
| |
2786 | 2786 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 | 81 |
| |
86 | 82 |
| |
87 | 83 |
| |
| |||
103 | 99 |
| |
104 | 100 |
| |
105 | 101 |
| |
106 |
| - | |
| 102 | + | |
107 | 103 |
| |
108 | 104 |
| |
109 | 105 |
| |
| |||
116 | 112 |
| |
117 | 113 |
| |
118 | 114 |
| |
119 |
| - | |
120 |
| - | |
| 115 | + | |
| 116 | + | |
121 | 117 |
| |
122 | 118 |
| |
123 | 119 |
| |
|
Lines 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 | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
|
0 commit comments
Comments
(0)