Re: [PATCHES] Array Support Fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Greg Zoller <gzoller(at)hotmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [PATCHES] Array Support Fix
Date: 2001-08-21 21:30:43
Message-ID: 200108212130.f7LLUhS12519@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

> Here's a resend of the patch.gz. I gunzip'ed it fine here
> so it may be a transit problem. Also removed the 'txt' suffix
> in case that was confusing some transport layer trying to be
> too inteligent for our own good.
>
> This may have been because the Array.java class from the
> previous patch didn't seem to have made it into the snapshot
> build for some reason. This patch should at least fix that issue.

I added that file this morning. Sorry I missed adding it to CVS the
first time. Adding it didn't fix the compile.

I am still getting a jdbc compile error:

[javac] Compiling 5 source files to
/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/build
[javac]
/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/org/postgresql/V3/jdbc2/Array.java:26:
Class org.postgresql.jdbc2.Array already defined in
/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Array.java.
[javac] public class Array implements java.sql.Array
[javac] ^
[javac] 1 error

BUILD FAILED

--
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 Tom Lane 2001-08-21 21:31:55 Re: JDBC changes for 7.2... some questions...
Previous Message Ned Wolpert 2001-08-21 21:27:04 Re: JDBC changes for 7.2... some questions...

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-08-22 01:30:06 Re: Re: [PATCHES] Array Support Fix
Previous Message Greg Zoller 2001-08-21 21:17:27 Re: Array Support Fix