plscheme - plscheme: Fixed an important bug about NULL handling when

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Fixed an important bug about NULL handling when
Дата
Msg-id 20060930201357.87CD186C664@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fixed an important bug about NULL handling when returning nested records. (And
some other minor fixes related with NULL issues.)

Added SRF functionality. (Using materialize mode instead of value-per-call. See
related comment lines in the handle_func_res() body.)

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.12&r2=1.13)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress compiler warnings.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - htdocs: "Welcome SRF!" banner is hanged up.