- Notifications
You must be signed in to change notification settings - Fork5
Commitedd5737
committed
Fix memory leak in GIN index scans.
The code had a query-lifespan memory leak when encountering GIN entriesthat have posting lists (rather than posting trees, ie, there are arelatively small number of heap tuples containing this index key value).With a suitable data distribution this could add up to a lot of leakage.Problem seems to have been introduced by commit36a35c5, so back-patchto 9.4.Julien Rouhaud1 parent593f469 commitedd5737
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| 281 | + | |
281 | 282 |
| |
282 | 283 |
| |
283 | 284 |
| |
|
0 commit comments
Comments
(0)