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

Поиск
Список
Период
Сортировка
От karl@pgfoundry.org (User Karl)
Тема pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a
Дата
Msg-id 20090630232249.390A01072139@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@pgfoundry.org (User Tgl)
Дата:
Сообщение: pg-migrator - pg_migrator: Add code to check whether loadable libraries
Следующее
От: dim@pgfoundry.org (User Dim)
Дата:
Сообщение: backports - uuid: tweak Makefile to be useful outside of debian