Re: [patch] some PQExpBuffer are not destroyed in pg_dump
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Cc: "Zhang, Jie" <zhangjie2@cn.fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-04-15T07:05:10Z
Lists: pgsql-hackers
On Tue, Apr 14, 2020 at 10:11:56AM +0900, Michael Paquier wrote: > Indeed. Any code path of pg_dump calling buildACLQueries() clears up > things, and I think that it is a better practice to clean up properly > PQExpBuffer stuff even if there is always the argument that pg_dump > is a tool running in a "short"-term context. So I will backpatch that > unless there are any objections from others. And done as of 8f4ee44. -- Michael
Commits
-
Fix minor memory leak in pg_dump
- 45d328bde659 9.6.18 landed
- e7887fe00db2 10.13 landed
- 7347855c4652 11.8 landed
- d70c014624dd 12.3 landed
- 8f4ee44bcdbc 13.0 landed
-
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
- e2090d9d20d8 10.0 cited