pgsql: pg_dump: fix subtle memory leak in func and arg signature proce

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: fix subtle memory leak in func and arg signature proce
Date: 2014-02-24 17:32:47
Message-ID: E1WHzOZ-0003me-N6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: fix subtle memory leak in func and arg signature processing

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d613861b9523c143db427d1bf26b9769319ca102

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-02-24 17:45:01 pgsql: psql: add separate \d display for disabled system triggers
Previous Message Bruce Momjian 2014-02-24 17:26:10 pgsql: Fix markup for CHAR() doc patch