Re: [PATCHES] Merging JDBC1 and JDBC2 similarities

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Anders Bengtsson <ndrsbngtssn(at)yahoo(dot)se>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [PATCHES] Merging JDBC1 and JDBC2 similarities
Date: 2001-07-23 21:39:24
Message-ID: 200107232139.f6NLdOA21846@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

>
> This patch merges the identical methods from the JDBC1 and JDBC2
> connection implementations (org.postgresql.jdbc[1|2].Connection) into
> their superclass (org.postgresql.Connection).
>
> It also changes the close() methods of Connection and PG_Stream, so that
> PG_Stream no longer is responsible for sending the termination packet 'X'
> to the backend. I figured that protocol-level stuff like that belonged in
> Connection more than in PG_Stream.
>
> /Anders
> _____________________________________________________________________
> A n d e r s B e n g t s s o n ndrsbngtssn(at)yahoo(dot)se
> Stockholm, Sweden

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-07-24 19:59:25 Re: Help! Driver cannot be loaded.
Previous Message Bruce Momjian 2001-07-23 21:31:05 Re: Re: Connection.setCatalog()

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-07-23 22:03:35 Re: Improvement Linux startup script
Previous Message Bruce Momjian 2001-07-23 21:37:52 Re: Improvement Linux startup script