forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92e6a98
committed
Adjust configure to insist on Perl version >= 5.8.3.
Previously it only checked for version >= 5.8.0, although thedocumentation has said that the minimum version is 5.8.3 sincecommitdea6ba9. Per the discussion leading up to that commit,I (tgl) left it that way intentionally because you could, at thetime, do some bare-bones stuff with 5.8.0. But we aren't actuallytesting against anything older than 5.8.3, so who knows if that'sstill true. It's pretty unlikely that anyone would care anyway,so let's just make configure's version check match the docs.Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.orgDiscussion:https://postgr.es/m/16894.1501392088@sss.pgh.pa.us1 parent05798c9 commit92e6a98
2 files changed
+5
-5
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 | |
---|---|---|---|
| |||
9949 | 9949 |
| |
9950 | 9950 |
| |
9951 | 9951 |
| |
9952 |
| - | |
| 9952 | + | |
9953 | 9953 |
| |
9954 | 9954 |
| |
9955 | 9955 |
| |
9956 |
| - | |
| 9956 | + | |
9957 | 9957 |
| |
9958 | 9958 |
| |
9959 |
| - | |
| 9959 | + | |
9960 | 9960 |
| |
9961 | 9961 |
| |
9962 | 9962 |
| |
|
0 commit comments
Comments
(0)