- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3f06324
committed
Fix memory leak in pg_restore with zstd-compressed data.
EndCompressorZstd() neglected to free everything. This wasmost visible with a lot of large objects in the dump.Per report from Tomasz Szypowski. Back-patch to v16where this code came in.Discussion:https://postgr.es/m/DU0PR04MB94193D038A128EF989F922D199042@DU0PR04MB9419.eurprd04.prod.outlook.com1 parentd96d1d5 commit3f06324
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 | 140 |
| |
142 | 141 |
| |
| 142 | + | |
| 143 | + | |
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
|
0 commit comments
Comments
(0)