- Notifications
You must be signed in to change notification settings - Fork28
Commitf0e766b
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 parent6f0d6a5 commitf0e766b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments
Comments
(0)