pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a

From: karl(at)pgfoundry(dot)org (User Karl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a
Date: 2009-06-30 23:22:49
Message-ID: 20090630232249.390A01072139@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Fixed bug in "pgresult -assign" that could cuase a Tcl panic by
attempting to set a value into a shared Tcl object.

* libpq's PQfname can return NULL if the column requested is out of
range. We have seen it return NULL when the column is in range,
so instead of dumping core, we treat such a return as a Tcl error.

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.57 -> r1.58)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.57&r2=1.58)
libpgtcl/generic:
pgtclCmds.c (r1.73 -> r1.74)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.73&r2=1.74)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2009-07-01 08:41:40 backports - uuid: tweak Makefile to be useful outside of debian
Previous Message Alvaro Herrera 2009-06-30 22:02:17 press - pr: Ditto