Re: Non-text mode for pg_dumpall - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Non-text mode for pg_dumpall
Date
Msg-id 8354938e-6400-4dc1-b783-474886669250@dunslane.net
Whole thread Raw
In response to Re: Non-text mode for pg_dumpall  (Ranier Vilela <ranier.vf@gmail.com>)
Responses Re: Non-text mode for pg_dumpall
List pgsql-hackers


On 2025-04-10 Th 5:45 PM, Ranier Vilela wrote:

Em qui., 10 de abr. de 2025 às 15:58, Andrew Dunstan <andrew@dunslane.net> escreveu:


On 2025-04-10 Th 2:38 PM, Ranier Vilela wrote:


Thanks. I have pushed these now with a few further small tweaks.

Sorry if it is not the right place.
Coverity has another resource leak alert.

trivial patch attached.




Thanks for checking. Pushed.

Andew, I think that the commit wasn't very correct.
Now the variable *q* is being destroyed inside the loop.

The patch was destroying the variable *q* (stringinfo),
after the loop while.
 


Yes, you're right. Must be blind. Fixed.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: MergeJoin beats HashJoin in the case of multiple hash clauses
Next
From: Ranier Vilela
Date:
Subject: Re: Non-text mode for pg_dumpall