forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit19252e8
committed
plpython: Reject Python 2 during build configuration.
Python 2.7 went EOL 2020-01-01 and the support for Python 2 requires a fairbit of infrastructure. Therefore we are removing Python 2 support in plpython.This patch just rejects Python 2 during configure / mkvcbuild.pl. Futurecommits will remove the code and infrastructure for Python 2 support andadjust more of the documentation. This way we can see the buildfarm stateafter the removal sooner and we can be sure that failures are due todesupporting Python 2, rather than caused by infrastructure cleanup.Reviewed-By: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/20211031184548.g4sxfe47n2kyi55r@alap3.anarazel.de1 parent8f388f6 commit19252e8
File tree
5 files changed
+19
-20
lines changed- config
- doc/src/sgml
- src/tools/msvc
5 files changed
+19
-20
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
19 |
| - | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
40 |
| - | |
41 |
| - | |
| 43 | + | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10280 | 10280 |
| |
10281 | 10281 |
| |
10282 | 10282 |
| |
10283 |
| - | |
| 10283 | + | |
10284 | 10284 |
| |
10285 | 10285 |
| |
10286 | 10286 |
| |
| |||
10346 | 10346 |
| |
10347 | 10347 |
| |
10348 | 10348 |
| |
10349 |
| - | |
10350 |
| - | |
| 10349 | + | |
| 10350 | + | |
10351 | 10351 |
| |
10352 | 10352 |
| |
10353 | 10353 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
Lines changed: 5 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 199 | + | |
204 | 200 |
| |
205 | 201 |
| |
206 | 202 |
| |
| |||
1868 | 1864 |
| |
1869 | 1865 |
| |
1870 | 1866 |
| |
1871 |
| - | |
1872 |
| - | |
1873 |
| - | |
1874 |
| - | |
1875 |
| - | |
1876 |
| - | |
1877 |
| - | |
1878 |
| - | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
1879 | 1871 |
| |
1880 | 1872 |
| |
1881 | 1873 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
493 | 497 |
| |
494 | 498 |
| |
495 | 499 |
| |
|
0 commit comments
Comments
(0)