Re: PATCH: JDBC compile w/ jikes - Mailing list pgsql-jdbc

From Peter T Mount
Subject Re: PATCH: JDBC compile w/ jikes
Date
Msg-id 987764806.3ae018460e190@webmail.retep.org.uk
Whole thread Raw
In response to PATCH: JDBC compile w/ jikes  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-jdbc
Quoting Neil Conway <nconway@klamath.dyndns.org>:

Sorry for the late reply, I'm about 7 days behind with emails at the moment.
Slowly catching up ;-)

> Hi all,
>
> The JDBC2 driver included with PostgreSQL 7.1 doesn't compile
> with jikes (1.13). Here's the errors you get:

[snip]

>     [javac]   1694.     case 'i':

> I'm not sure if this is a bug with jikes, or if Sun's javac is just
> lax.

Yes, it could be that jikes is more precise to the spec than javac is.

> Attached is a trivial patch which fixes it for me (it compiles, at any
> rate).

Looking at it, it looks ok.

Peter

--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

pgsql-jdbc by date:

Previous
From: jlemcke@netspace.net.au
Date:
Subject: Re: Still having trouble getting JDBC working
Next
From: "Scott Gammill"
Date:
Subject: Soliciting CallableStatement ideas