patch for close connection bug

Поиск
Список
Период
Сортировка
От Thomas O'Dowd
Тема patch for close connection bug
Дата
Msg-id 1030760608.2776.114.camel@beast.uwillsee.com
обсуждение исходный текст
Ответы Re: patch for close connection bug
Список pgsql-jdbc
Hi all,

I noticed that if you shutdown the postmaster while you are connected to
it, if you try to close the connection (it throws an exception which is
expected) but if you call isClosed() on the connection afterwards it
still appears to be open as pg_stream is never set to null. The
following small patch fixes that.

Would be nice to have it in for beta of 7.3.

Cheers,

Tom.
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom@nooper.com - Testing - http://nooper.co.jp/labs

Вложения

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

Предыдущее
От: Thomas O'Dowd
Дата:
Сообщение: ant version.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ant version.