Re: Array Support Fix - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Array Support Fix
Date
Msg-id 200108212130.f7LLUhS12519@candle.pha.pa.us
Whole thread Raw
In response to Re: Array Support Fix  ("Greg Zoller" <gzoller@hotmail.com>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: "Greg Zoller"
Date:
Subject: Re: Array Support Fix
Next
From: Bruce Momjian
Date:
Subject: Re: [JDBC] Re: Array Support Fix