forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd70c014
committed
Fix minor memory leak in pg_dump
A query used to read default ACL information from the catalogs did notfree a set of PQExpBuffer.Oversight in commite2090d9, so backpatch down to 9.6.Author: Jie ZhangReviewed-by: Sawada MasahikoDiscussion:https://postgr.es/m/05bcbc5857f948efa0b451b85a48ae10@G08CNEXMBPEKD06.g08.fujitsu.localBackpatch-through: 9.61 parent30afff3 commitd70c014
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9463 | 9463 |
| |
9464 | 9464 |
| |
9465 | 9465 |
| |
| 9466 | + | |
| 9467 | + | |
| 9468 | + | |
| 9469 | + | |
| 9470 | + | |
9466 | 9471 |
| |
9467 | 9472 |
| |
9468 | 9473 |
| |
|
0 commit comments
Comments
(0)