Re: Re: Patch to remove connection hook and JDK 1.3 dependencies

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Дата
Msg-id 3B462D0A.20AE012B@selectacast.net
обсуждение исходный текст
Ответ на Re: Re: Patch to remove connection hook and JDK 1.3 dependencies  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Список pgsql-jdbc
Bruce Momjian wrote:
>
> > Barry Lind wrote:
> > >
> > > Attached is a patch to remove the ConnectionHook functionality and thus
> > > the JDK 1.3 dependency.  For a further explanation see my posting to the
> > > JDBC list on Friday, explaining why this is being done.
> > >
> > I don't see any post on Friday.  Why is this being done?  Now I'll have
> > to code my own shutdown hooks.
>
> The consensus was that the function didn't work or wasn't needed.  We
> can always re-add it.  I will wait for a discussion.
>
If it doesn't work that's one thing but I think it is needed.  Whenever
I shut down my java programs I get 'pq_recvbuf: unexpected EOF on client
connection  ' in my postgres log.  I was going to make my own shutdown
hooks when I moved to java 1.3 but I noticed that there were ones in the
jdbc driver so I thought I didn't have to.  And when I kept getting
those messages I just thought I built the driver wrong.



--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Patch to remove connection hook and JDK 1.3 dependencies