forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67ec9ad
committed
Fix session-lifespan memory leak when a plperl function is redefined:
we have to tell Perl it can release its compiled copy of the functiontext. Noted by Alexey Klyukin.Back-patch to 8.2 --- the problem exists further back, but this patchwon't work without modification, and it's probably not worth the trouble.1 parent2203282 commit67ec9ad
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 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 |
| |
| |||
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 | 1653 |
| |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
1654 | 1658 |
| |
1655 | 1659 |
| |
1656 | 1660 |
| |
1657 |
| - | |
1658 |
| - | |
1659 | 1661 |
| |
1660 | 1662 |
| |
1661 | 1663 |
| |
|
0 commit comments
Comments
(0)