Re: Memory leak fix in psql - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Memory leak fix in psql
Date
Msg-id Ytd7xIiR3QvnBYST@paquier.xyz
Whole thread Raw
In response to RE: Memory leak fix in psql  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
Responses Re: Memory leak fix in psql
Re: Memory leak fix in psql
RE: Memory leak fix in psql
Re: Memory leak fix in psql
List pgsql-hackers
On Wed, Jul 20, 2022 at 03:14:35AM +0000, tanghy.fnst@fujitsu.com wrote:
> Your fix LGTM so please allow me to merge it in the attached patch.
> Based on your rebased version, now this new patch version is V3.

What about the argument of upthread where we could use a goto in
functions where there are multiple pattern validation checks?  Per se
v4 attached.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [BUG] Logical replication failure "ERROR: could not map filenode "base/13237/442428" to relation OID" with catalog modifying txns
Next
From: David Rowley
Date:
Subject: Re: Is select_outer_pathkeys_for_merge() too strict now we have Incremental Sorts?