libpqtypes - libpqtypes: Fixed empty array issue, getf always returned a

Поиск
Список
Период
Сортировка
От achernow@pgfoundry.org (User Achernow)
Тема libpqtypes - libpqtypes: Fixed empty array issue, getf always returned a
Дата
Msg-id 20090211150336.3A59817ADE57@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fixed empty array issue, getf always returned a result with a single tuple but it should have been zero.  Added a
regression-testfor empty arrays.  Updated configure to reflect new release 1.3.1. 

Modified Files:
--------------
    libpqtypes:
        ChangeLog (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.23&r2=1.24)
        configure.ac (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac.diff?r1=1.16&r2=1.17)
    libpqtypes/src:
        array.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/array.c.diff?r1=1.7&r2=1.8)
        regression-test.c (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/regression-test.c.diff?r1=1.13&r2=1.14)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Only unset the locale environment when --no-locale is used (the
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Improve psql \d+ to show TOAST reloptions too.