pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a - Mailing list pgsql-committers

From karl@pgfoundry.org (User Karl)
Subject pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a
Date
Msg-id 20090630232249.390A01072139@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@pgfoundry.org (User Tgl)
Date:
Subject: pg-migrator - pg_migrator: Add code to check whether loadable libraries
Next
From: dim@pgfoundry.org (User Dim)
Date:
Subject: backports - uuid: tweak Makefile to be useful outside of debian