libpqtypes - libpqtypes: Fixed crash bug in events.c during PQreset

Поиск
Список
Период
Сортировка
От achernow@pgfoundry.org (User Achernow)
Тема libpqtypes - libpqtypes: Fixed crash bug in events.c during PQreset
Дата
Msg-id 20101003210143.13E19107177A@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fixed crash bug in events.c during PQreset handler.  The handlers are zero'd out but the maxcnt (amount allocated) was
notset to zero.  Updated version number for new release 1.4.2 

Modified Files:
--------------
    libpqtypes:
        ChangeLog (r1.50 -> r1.51)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.50&r2=1.51)
        configure.ac (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.24&r2=1.25)
    libpqtypes/src:
        events.c (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/events.c?r1=1.12&r2=1.13)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Behave correctly if INSERT ... VALUES is decorated with addition
Следующее
От: pgsql@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL8_3_12 was created