forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2c34e2
committed
I have attached the pltcl patch again, just in case. For the sake of clarity
let's say this patch superscedes the previous one.I have also attached a patch addressing the similar memory leak problem inplpython. This includes a slight adjustment of the tests in the sourcedirectory. The patch also includes a cosmetic change to remove a compilerwarning although I think the change makes the code look worse though.BTW, by my reckoning the memory leak would occur with prepared plans andwithout. If that is not the case then I've been barking up the wrong tree.Nigel J. Andrews1 parent5ad4faf commitb2c34e2
File tree
4 files changed
+25
-4
lines changed- src/pl
- plpython
- tcl
4 files changed
+25
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
| 411 | + | |
411 | 412 |
| |
| 413 | + | |
412 | 414 |
| |
413 | 415 |
| |
414 | 416 |
| |
| |||
1841 | 1843 |
| |
1842 | 1844 |
| |
1843 | 1845 |
| |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
1844 | 1852 |
| |
| 1853 | + | |
1845 | 1854 |
| |
1846 | 1855 |
| |
1847 | 1856 |
| |
| |||
2374 | 2383 |
| |
2375 | 2384 |
| |
2376 | 2385 |
| |
| 2386 | + | |
| 2387 | + | |
2377 | 2388 |
| |
2378 | 2389 |
| |
2379 | 2390 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
1647 | 1647 |
| |
1648 | 1648 |
| |
1649 | 1649 |
| |
| 1650 | + | |
1650 | 1651 |
| |
1651 | 1652 |
| |
1652 | 1653 |
| |
| |||
1668 | 1669 |
| |
1669 | 1670 |
| |
1670 | 1671 |
| |
| 1672 | + | |
1671 | 1673 |
| |
1672 | 1674 |
| |
1673 | 1675 |
| |
1674 | 1676 |
| |
1675 | 1677 |
| |
| 1678 | + | |
1676 | 1679 |
| |
1677 | 1680 |
| |
1678 | 1681 |
| |
1679 | 1682 |
| |
| 1683 | + | |
| 1684 | + | |
1680 | 1685 |
| |
1681 | 1686 |
| |
1682 | 1687 |
| |
| |||
2207 | 2212 |
| |
2208 | 2213 |
| |
2209 | 2214 |
| |
| 2215 | + | |
2210 | 2216 |
| |
2211 | 2217 |
| |
2212 | 2218 |
| |
| |||
2229 | 2235 |
| |
2230 | 2236 |
| |
2231 | 2237 |
| |
| 2238 | + | |
2232 | 2239 |
| |
2233 | 2240 |
| |
2234 | 2241 |
| |
2235 | 2242 |
| |
2236 | 2243 |
| |
| 2244 | + | |
2237 | 2245 |
| |
2238 | 2246 |
| |
2239 | 2247 |
| |
2240 | 2248 |
| |
| 2249 | + | |
| 2250 | + | |
2241 | 2251 |
| |
2242 | 2252 |
| |
2243 | 2253 |
| |
|
0 commit comments
Comments
(0)