Re: Array Support Fix

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Array Support Fix
Дата
Msg-id 200108212130.f7LLUhS12519@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Array Support Fix  ("Greg Zoller" <gzoller@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Greg Zoller"
Дата:
Сообщение: Re: Array Support Fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [JDBC] Re: Array Support Fix