Re: [patch] some PQExpBuffer are not destroyed in pg_dump - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [patch] some PQExpBuffer are not destroyed in pg_dump
Date
Msg-id 20200415070510.GL1492@paquier.xyz
Whole thread Raw
In response to Re: [patch] some PQExpBuffer are not destroyed in pg_dump  (Michael Paquier <michael@paquier.xyz>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: davinder singh
Date:
Subject: Re: PG compilation error with Visual Studio 2015/2017/2019
Next
From: "Andrey M. Borodin"
Date:
Subject: Allow pg_read_all_stats to read pg_stat_progress_*