forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf201da3
committed
Make configure prefer python3 to plain python.
This avoids possibly selecting Python 2.x on systems that haveboth Python 2 and Python 3. We used to feel that what "python"links to is a user choice that we should honor. However, we'reabout to cease support for Python 2, so users will no longer haveany choice of that sort. This small change is being made aheadof the big Python-2-ectomy so that we can see how much of thebuildfarm is not yet prepared for that. Systems with onlyPython 2 will continue to build that way, for now.Discussion:https://postgr.es/m/2872c9a0-4b0a-1354-d5f6-94d6f85ba354@enterprisedb.com1 parenta7f4171 commitf201da3
3 files changed
+7
-9
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10279 | 10279 |
| |
10280 | 10280 |
| |
10281 | 10281 |
| |
10282 |
| - | |
| 10282 | + | |
10283 | 10283 |
| |
10284 | 10284 |
| |
10285 | 10285 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1875 | 1875 |
| |
1876 | 1876 |
| |
1877 | 1877 |
| |
1878 |
| - | |
| 1878 | + | |
1879 | 1879 |
| |
1880 | 1880 |
| |
1881 | 1881 |
| |
|
0 commit comments
Comments
(0)