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

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Barry Lind <barry(at)xythos(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Date: 2001-07-06 21:26:34
Message-ID: 3B462D0A.20AE012B@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

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(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-07-06 22:01:17 Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Previous Message Bruce Momjian 2001-07-06 20:49:24 Re: Re: Patch to remove connection hook and JDK 1.3 dependencies

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-07-06 22:01:17 Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Previous Message Bruce Momjian 2001-07-06 20:49:24 Re: Re: Patch to remove connection hook and JDK 1.3 dependencies