Re: Add missing PQclear for StreamLogicalLog function - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Add missing PQclear for StreamLogicalLog function
Date
Msg-id 664E850A-C6C5-4143-ADB5-6923F2DF5E35@yesql.se
Whole thread Raw
In response to Add missing PQclear for StreamLogicalLog function  (Steven Niu <niushiji@gmail.com>)
Responses Re: Add missing PQclear for StreamLogicalLog function
List pgsql-hackers
> On 19 Mar 2025, at 06:38, Steven Niu <niushiji@gmail.com> wrote:

> During browsing the code, I found one missing PQclear in function StreamLogicalLog(). It's a very small problem as it
onlyhappens in error condition. However since another similar patch was accepted, 
> maybe we should also fix this one.

Thanks for the report, the patch looks reasonable so I'll have a look at
applying it once back from travelling.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pg_trgm comparison bug on cross-architecture replication due to different char implementation
Next
From: Ilia Evdokimov
Date:
Subject: Re: Add missing tab completion for VACUUM and ANALYZE with ONLY option