forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc714e5c
committed
Fix plpython to work (or at least pass its regression tests) with
python 2.5. This involves fixing several violations of the publishedspec for creating PyTypeObjects, and adding another regression testexpected output for yet another variation of error message spelling.1 parenta48e92e commitc714e5c
2 files changed
+48
-6
lines changedLines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + |
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
1981 | 1981 |
| |
1982 | 1982 |
| |
1983 | 1983 |
| |
1984 |
| - | |
| 1984 | + | |
1985 | 1985 |
| |
1986 | 1986 |
| |
1987 | 1987 |
| |
| |||
2026 | 2026 |
| |
2027 | 2027 |
| |
2028 | 2028 |
| |
2029 |
| - | |
| 2029 | + | |
2030 | 2030 |
| |
2031 | 2031 |
| |
2032 | 2032 |
| |
| |||
2098 | 2098 |
| |
2099 | 2099 |
| |
2100 | 2100 |
| |
2101 |
| - | |
| 2101 | + | |
2102 | 2102 |
| |
2103 | 2103 |
| |
2104 | 2104 |
| |
| |||
2152 | 2152 |
| |
2153 | 2153 |
| |
2154 | 2154 |
| |
2155 |
| - | |
| 2155 | + | |
2156 | 2156 |
| |
2157 | 2157 |
| |
2158 | 2158 |
| |
| |||
2701 | 2701 |
| |
2702 | 2702 |
| |
2703 | 2703 |
| |
2704 |
| - | |
| 2704 | + | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
2705 | 2709 |
| |
2706 | 2710 |
| |
2707 | 2711 |
| |
|
0 commit comments
Comments
(0)