pgtcl - libpgtcl: * In pg_select code, correct memory allocation for - Mailing list pgsql-committers

From karl@pgfoundry.org (User Karl)
Subject pgtcl - libpgtcl: * In pg_select code, correct memory allocation for
Date
Msg-id 20090708034905.C9AE91072079@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: karl@pgfoundry.org (User Karl)
Date:
Subject: pgtcl - libpgtcl: * pg_select was not checking returns from
Next
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: hstore-new - hstore-new: make PG_CONFIG variable for benefit of