forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f4ee44
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 parenta2ac73e commit8f4ee44
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9592 | 9592 |
| |
9593 | 9593 |
| |
9594 | 9594 |
| |
| 9595 | + | |
| 9596 | + | |
| 9597 | + | |
| 9598 | + | |
| 9599 | + | |
9595 | 9600 |
| |
9596 | 9601 |
| |
9597 | 9602 |
| |
|
0 commit comments
Comments
(0)