forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit96db9d5
committed
configure: Update python search order
Some systems don't ship with "python" by default anymore, only"python3" or "python2" or some combination, so include those in theconfigure search.Back-patch of commit7291733. At the time that was only pushedback as far as v10, because of concerns about interactions withcommitb21c569. Closer analysis shows that if we justs/AC_PATH_PROG/AC_PATH_PROGS/, there is no effect on the olderbranches' behavior when PYTHON is explicitly specified, so it shouldbe okay to back-patch: this will not break any configuration thatworked before. And the need to support platforms with only a"python3" or "python2" executable is getting ever more urgent.Original patch by Peter Eisentraut, back-patch analysis by meDiscussion:https://www.postgresql.org/message-id/flat/1457.1543184081%40sss.pgh.pa.us#c9cc1199338fd6a257589c6dcea6cf8d1 parent603a534 commit96db9d5
3 files changed
+19
-6
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 |
| |
12 |
| - | |
| 19 | + | |
13 | 20 |
| |
14 | 21 |
| |
15 | 22 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7562 | 7562 |
| |
7563 | 7563 |
| |
7564 | 7564 |
| |
7565 |
| - | |
7566 |
| - | |
| 7565 | + | |
| 7566 | + | |
| 7567 | + | |
| 7568 | + | |
7567 | 7569 |
| |
7568 | 7570 |
| |
7569 | 7571 |
| |
| |||
7602 | 7604 |
| |
7603 | 7605 |
| |
7604 | 7606 |
| |
| 7607 | + | |
| 7608 | + | |
| 7609 | + | |
7605 | 7610 |
| |
7606 | 7611 |
| |
7607 | 7612 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1438 | 1438 |
| |
1439 | 1439 |
| |
1440 | 1440 |
| |
1441 |
| - | |
| 1441 | + | |
| 1442 | + | |
1442 | 1443 |
| |
1443 | 1444 |
| |
1444 | 1445 |
| |
|
0 commit comments
Comments
(0)