plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Fixed previously mentioned write-past-chunk bug.
Дата
Msg-id 20060818143151.E452886CA82@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fixed previously mentioned write-past-chunk bug. attnulls array passed to
heap_formtuple() requires special care:

  attnulls[i] = (isnull) ? 'n' : ' ';

Thanks Tom Lane for his kindly help to find the bug.

Modified Files:
--------------
    plscheme:
        plscheme-8.2.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme-8.2.c.diff?r1=1.3&r2=1.4)

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: pgsql: Update WIN32 quoting roles documentation.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - htdocs: Imported Sources