Patch to remove connection hook and JDK 1.3 dependencies

From: Barry Lind <barry(at)xythos(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Patch to remove connection hook and JDK 1.3 dependencies
Date: 2001-07-01 00:01:33
Message-ID: 3B3E685D.8030205@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


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.

thanks,
--Barry

PS. In addition to the diffs in this patch, the file
src/interfaces/jdbc/org/postgresql/core/ConnectionHook.java is obsoleted
and needs to be removed from 7.2, but of course the file is still needed
for 7.1 builds.

Attachment Content-Type Size
patch.diff text/plain 2.1 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-01 00:08:57 Re: New code for JDBC driver
Previous Message Bruce Momjian 2001-06-30 18:35:11 Re: Re: [INTERFACES] New code for JDBC driver

Browse pgsql-patches by date

  From Date Subject
Next Message Barry Lind 2001-07-01 00:25:13 Patch to set timezone once instead of every call
Previous Message Bruce Momjian 2001-06-29 17:21:58 Re: [PATCHES] Re: High Memory Usage Patch -- Disregard my last message