forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e5ce3c
committed
Reject too-old Python versions a bit sooner.
Commit04aad40 added this check after the search for a Python sharedlibrary, which seems to me to be a pretty unfriendly ordering. Thesearch might fail for what are basically version-related reasons, andin such a case it'd be better to say "your Python is too old" than"could not find shared library for Python".1 parent04aad40 commit4e5ce3c
3 files changed
+12
-7
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 |
| |
40 | 46 |
| |
41 | 47 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7594 | 7594 |
| |
7595 | 7595 |
| |
7596 | 7596 |
| |
| 7597 | + | |
| 7598 | + | |
| 7599 | + | |
| 7600 | + | |
| 7601 | + | |
7597 | 7602 |
| |
7598 | 7603 |
| |
7599 | 7604 |
| |
| |||
7699 | 7704 |
| |
7700 | 7705 |
| |
7701 | 7706 |
| |
7702 |
| - | |
7703 |
| - | |
7704 |
| - | |
7705 | 7707 |
| |
7706 | 7708 |
| |
7707 | 7709 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
930 |
| - | |
931 |
| - | |
932 |
| - | |
933 | 930 |
| |
934 | 931 |
| |
935 | 932 |
| |
|
0 commit comments
Comments
(0)