On Mon, May 4, 2015 at 6:34 AM, Michael Paquier
wrote:
> Hi all,
>
> Coverity is complaining that getTransforms in pg_dump.c leaks a
> PQExpBuffer allocation.
> Please find attached a patch to fix the leak.
>
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.
Hi all,
Coverity is complaining that getTransforms in pg_dump.c leaks a
PQExpBuffer allocation.
Please find attached a patch to fix the leak.
Regards,
--
Michael
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 977b72e..dccb472 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/