Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Tue, 30 Jun 2009 23:22:49 +0000 (UTC)
  • Message-id: <20090630232249.390A01072139@pgfoundry.org> <text/plain>

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)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group