forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc2138f3
committed
Fix minor memory leak introduced in recent SQL-functions hacking: the
DestReceiver created during postquel_start needs to be destroyed duringpostquel_end. In a moment of brain fade I had assumed this would be takencare of by FreeQueryDesc, but it's not (and shouldn't be).1 parent9858a8c commitc2138f3
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
| 504 | + | |
| 505 | + | |
504 | 506 |
| |
505 | 507 |
| |
506 | 508 |
| |
|
0 commit comments
Comments
(0)