pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date: 2001-07-30 14:51:20
Message-ID: 200107301451.f6UEpKM66230@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/07/30 10:51:20

Modified files:
src/interfaces/jdbc/org/postgresql: Connection.java
PG_Stream.java
src/interfaces/jdbc/org/postgresql/jdbc1: Connection.java
src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java

Log message:
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 Bengtsson

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-30 14:52:43 pgsql/contrib/start-scripts linux
Previous Message Bruce Momjian - CVS 2001-07-30 14:50:25 pgsql/src backend/libpq/hba.c backend/postmast ...