- Notifications
You must be signed in to change notification settings - Fork28
Commit0ddede5
committed
Remove inappropriate memory context switch in shutdown_MultiFuncCall().
This was a thinko introduced in a patch from last February; it resultsin memory leakage if an SRF is shut down before the actual end of query,because subsequent code will be running in a longer-lived context thanit's expecting to be.1 parent0a2cdbc commit0ddede5
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
186 | 185 |
| |
187 | 186 |
| |
188 | 187 |
| |
|
0 commit comments
Comments
(0)