Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions - Mailing list pgsql-bugs

From Marko Tiikkaja
Subject Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions
Date
Msg-id 525BF067.4080205@joh.to
Whole thread Raw
In response to Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions  (Benjamin Wassermann <benny@hegne.de>)
List pgsql-bugs
On 10/14/13 2:31 PM, Benjamin Wassermann wrote:
> but the PG_dump.exe cant free memory which is allocated by libpq.dll.
>
> To fix this problem the "libpq.dll" need a new function named
> "deletePQCharPointer()"

libpq already provides that functionality in PQfreemem():
http://www.postgresql.org/docs/9.3/static/libpq-misc.html.


Regards,
Marko Tiikkaja

pgsql-bugs by date:

Previous
From: Benjamin Wassermann
Date:
Subject: Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions
Next
From: peter.reijnders@verpeteren.nl
Date:
Subject: BUG #8524: PQsendQueryParams with RETURNING clause on a INSERT