pgsql: Only try to do a graceful disconnect if we've successfully loaded

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Only try to do a graceful disconnect if we've successfully loaded
Дата
Msg-id 20100413081609.A4F327541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Only try to do a graceful disconnect if we've successfully loaded the
shared library with the disconnect function in it. Fixes segmentation
fault reported by Jeff Davis.

Fujii Masao

Modified Files:
--------------
    pgsql/src/backend/replication:
        walreceiver.c (r1.7 -> r1.8)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walreceiver.c?r1=1.7&r2=1.8)

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

Предыдущее
От: bschwarz@pgfoundry.org (User Bschwarz)
Дата:
Сообщение: pgtcl - libpgtcl: * Changed direct struct access to errorLine to the Tcl
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Fix typo.