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

From Steven Niu
Subject Add missing PQclear for StreamLogicalLog function
Date
Msg-id 10e3f49a-c002-48a8-b78c-06ca1c46b616@gmail.com
Whole thread Raw
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: Ashutosh Bapat
Date:
Subject: Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
Next
From: vignesh C
Date:
Subject: Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.