reorg - pg_reorg: Fix memory leak and wrong usage of StringInfo in

From: sakamotomsh(at)pgfoundry(dot)org (User Sakamotomsh)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Fix memory leak and wrong usage of StringInfo in
Date: 2010-10-21 07:36:13
Message-ID: 20101021073613.9E9ED107101F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix memory leak and wrong usage of StringInfo in pgut_connect().

Modified Files:
--------------
pg_reorg/bin:
pg_reorg.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pg_reorg.c?r1=1.15&r2=1.16)
pg_reorg/bin/pgut:
pgut.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.c?r1=1.12&r2=1.13)
pg_reorg/lib:
reorg.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c?r1=1.18&r2=1.19)

Added Files:
-----------
pg_reorg/SPECS:
pg_reorg84.spec (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/SPECS/pg_reorg84.spec?rev=1.1&content-type=text/x-cvsweb-markup)
pg_reorg90.spec (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/SPECS/pg_reorg90.spec?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pg_reorg/SPECS:
pg_reorg.spec
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/SPECS/pg_reorg.spec)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sakamotomsh 2010-10-21 07:49:14 reorg - pg_batch: Fix memory leak and wrong usage of StringInfo in
Previous Message Tom Lane 2010-10-20 21:07:06 pgsql: Remove obsolete comment, per Josh Kupershmidt.