pgbulkload - pgbulkload: Fix memory leak and wrong usage of StringInfo

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbulkload - pgbulkload: Fix memory leak and wrong usage of StringInfo
Date: 2010-10-07 10:19:59
Message-ID: 20101007101959.76B58107152E@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().
The fix should be ported to other modules using pgut.c.

Modified Files:
--------------
pgbulkload/bin/pgut:
pgut.c (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pgut/pgut.c?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2010-10-07 10:39:40 pgbouncer - pgbouncer: client_login_timeout: check wait_for_welcome
Previous Message User Masao_fujii 2010-10-07 08:31:00 pgbulkload - pgbulkload: Fixed problem with interactive authentication