forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite7887fe
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 parentaca5118 commite7887fe
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8982 | 8982 |
| |
8983 | 8983 |
| |
8984 | 8984 |
| |
| 8985 | + | |
| 8986 | + | |
| 8987 | + | |
| 8988 | + | |
| 8989 | + | |
8985 | 8990 |
| |
8986 | 8991 |
| |
8987 | 8992 |
| |
|
0 commit comments
Comments
(0)