pgtcl - libpgtcl: * In pg_select code, correct memory allocation for

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * In pg_select code, correct memory allocation for
Date: 2009-07-08 03:49:05
Message-ID: 20090708034905.C9AE91072079@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* In pg_select code, correct memory allocation for columnNameObjs to
use the size of a pointer to Tcl_Obj times the number of columns,
rather than the size of a Tcl_Obj times the number of columns..

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.59 -> r1.60)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.59&r2=1.60)
libpgtcl/generic:
pgtclCmds.c (r1.75 -> r1.76)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.75&r2=1.76)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewsn 2009-07-08 12:02:32 hstore-new - hstore-new: make PG_CONFIG variable for benefit of
Previous Message User Karl 2009-07-08 03:45:06 pgtcl - libpgtcl: * pg_select was not checking returns from