pgtcl - libpgtcl: * pg_select was not checking returns from

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * pg_select was not checking returns from
Date: 2009-07-08 03:45:06
Message-ID: 20090708034506.5CE431072079@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* pg_select was not checking returns from Tcl_ObjSetVar2 and friends.
The problem was that if the pg_select array already existed as a
scalar variable, no error was returned to denote this, and it caused
a coredump in Tcl 8.5. This has now been fixed.

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.58 -> r1.59)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.58&r2=1.59)
configure (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/configure?r1=1.17&r2=1.18)
libpgtcl/generic:
pgtclCmds.c (r1.74 -> r1.75)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.74&r2=1.75)

Browse pgsql-committers by date

  From Date Subject
Next Message User Karl 2009-07-08 03:49:05 pgtcl - libpgtcl: * In pg_select code, correct memory allocation for
Previous Message Tom Lane 2009-07-07 21:45:05 pgsql: Just a little more schema-qualification ...