forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit04aad40
committed
Drop support for Python 2.3
There is no specific reason for this right now, but keeping support forold Python versions around indefinitely increases the maintenanceburden. The oldest supported Python version is now Python 2.4, which isstill shipped in RHEL/CentOS 5 by default.In configure, add a check for the required Python version and give afriendly error message for an old version, instead of relying on anobscure build error later on.1 parent0bf41dd commit04aad40
File tree
9 files changed
+27
-45
lines changed- config
- contrib/hstore_plpython
- expected
- sql
- doc/src/sgml
- src/pl/plpython
- expected
- sql
9 files changed
+27
-45
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7588 | 7588 |
| |
7589 | 7589 |
| |
7590 | 7590 |
| |
| 7591 | + | |
7591 | 7592 |
| |
7592 | 7593 |
| |
7593 | 7594 |
| |
| |||
7698 | 7699 |
| |
7699 | 7700 |
| |
7700 | 7701 |
| |
| 7702 | + | |
| 7703 | + | |
| 7704 | + | |
7701 | 7705 |
| |
7702 | 7706 |
| |
7703 | 7707 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
927 | 927 |
| |
928 | 928 |
| |
929 | 929 |
| |
| 930 | + | |
| 931 | + | |
| 932 | + | |
930 | 933 |
| |
931 | 934 |
| |
932 | 935 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 9 | + | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| |||
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 25 | + | |
30 | 26 |
| |
31 | 27 |
| |
32 | 28 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 10 | + | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
| |||
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 23 | + | |
28 | 24 |
| |
29 | 25 |
| |
30 | 26 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
| 196 | + | |
201 | 197 |
| |
202 | 198 |
| |
203 | 199 |
| |
|
Lines changed: 10 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 97 | + | |
| 98 | + | |
103 | 99 |
| |
104 | 100 |
| |
105 | 101 |
| |
106 | 102 |
| |
107 | 103 |
| |
108 |
| - | |
109 |
| - | |
| 104 | + | |
| 105 | + | |
110 | 106 |
| |
111 | 107 |
| |
112 | 108 |
| |
113 | 109 |
| |
114 | 110 |
| |
115 |
| - | |
116 |
| - | |
| 111 | + | |
| 112 | + | |
117 | 113 |
| |
118 | 114 |
| |
119 | 115 |
| |
| |||
128 | 124 |
| |
129 | 125 |
| |
130 | 126 |
| |
131 |
| - | |
132 |
| - | |
| 127 | + | |
| 128 | + | |
133 | 129 |
| |
134 | 130 |
| |
135 | 131 |
| |
| |||
139 | 135 |
| |
140 | 136 |
| |
141 | 137 |
| |
142 |
| - | |
143 |
| - | |
| 138 | + | |
| 139 | + | |
144 | 140 |
| |
145 | 141 |
| |
146 | 142 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
524 |
| - | |
525 |
| - | |
526 |
| - | |
527 |
| - | |
528 |
| - | |
529 |
| - | |
530 | 524 |
| |
531 |
| - | |
532 |
| - | |
| 525 | + | |
| 526 | + | |
533 | 527 |
| |
534 | 528 |
| |
535 | 529 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 58 | + | |
| 59 | + | |
64 | 60 |
| |
65 | 61 |
| |
66 | 62 |
| |
|
0 commit comments
Comments
(0)