libpqtypes - libpqtypes: fixed bug in array.c.

Поиск
Список
Период
Сортировка
От achernow@pgfoundry.org (User Achernow)
Тема libpqtypes - libpqtypes: fixed bug in array.c.
Дата
Msg-id 20090414023450.0E71C17ADEEE@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
fixed bug in array.c.  composite arrays had bug on gets when there was a NULL item.

Modified Files:
--------------
    libpqtypes/src:
        array.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/array.c.diff?r1=1.8&r2=1.9)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Do some copy-editing on description of ts_headline().
Следующее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: Added NULL composite array item test and