Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Benjamin Wassermann <benny(at)hegne(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions
Date: 2013-10-14 13:23:51
Message-ID: 525BF067.4080205@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pavel.rosputko 2013-10-14 18:40:51 BUG #8525: using ltree <@ ltree[] leads too very bad cost estimates
Previous Message Benjamin Wassermann 2013-10-14 12:31:46 Re: BUG #8461: PostgreSQL 9.3 pg_dump heap corruptions