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

From Steven Niu
Subject Add missing PQclear for StreamLogicalLog function
Date
Msg-id c4b1c627-a3e4-4347-a670-1e28a43ce0eb@gmail.com
Whole thread Raw
In response to Re: Forbid to DROP temp tables of other sessions  (Daniil Davydov <3danissimo@gmail.com>)
Responses Re: Add missing PQclear for StreamLogicalLog function
List pgsql-hackers
Hi, hackers,

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


https://www.postgresql.org/message-id/flat/3DA7CECD-5A05-416D-8527-ABD794AEFE8B%40yesql.se#c5d662ba7bdb07e56ddbd9aaa90dea5d



Regards,
Steven
Attachment

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Fwd: [BUG]: the walsender does not update its IO statistics until it exits
Next
From: Nisha Moond
Date:
Subject: Re: Conflict detection for multiple_unique_conflicts in logical replication