Status of outstanding patches - Mailing list pgsql-jdbc

From Dave Cramer
Subject Status of outstanding patches
Date
Msg-id 004501c1c3f9$0b83bae0$8201a8c0@inspiron
Whole thread Raw
In response to Re: Numeric decimal digits and radix to DatabaseMetaData.getColumns()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Status of outstanding patches
List pgsql-jdbc
Ok,

I have applied all but 3 of the patches found at
http://candle.pha.pa.us/cgi-bin/pgpatches

The ones left are

1) Connection clean up
2) Result.next throws NullPointerException
3) CStmt patch

I need more time to review 1 and 3, and I may do 2 a different way. It
would make more sense to call a method to check for a number of things
since this is called in many places. However the patch supplied with 2
above does this inline which obviously would be a little faster.

Any comments on either approach.

As I mentioned there are some patches which are not on the list; one in
particular is the connection pool patch which I have, but haven't looked
at yet.

Dave


pgsql-jdbc by date:

Previous
From: "Anthony Kwok"
Date:
Subject: Need Latest patched driver
Next
From: "Anthony Kwok"
Date:
Subject: Re: Numeric decimal digits and radix to DatabaseMetaData.getColumns()