Re: CVS compile problem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
Cc: PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>, gzoller(at)hotmail(dot)com, barry(at)xythos(dot)com
Subject: Re: CVS compile problem
Date: 2001-08-25 21:09:00
Message-ID: 200108252109.f7PL90s06283@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> On Fri, 24 Aug 2001 21:43:59 -0400 (EDT), you wrote:
> >I am seeing the following error from Array.java. Any idea?
>
> I've briefly looked at it and all these errors are caused by
> org/postgresql/jdbc2/Array.java calling methods in
> org/postgresql/Field.java which are not there.
>
> This is related to the patch that Barry Lind posted last
> wednesday: "This patch moves the logic that looks up TypeOid,
> PGTypeName, and SQLTypeName from Field to Connection."
>
> It seems that his patch for
> ./src/interfaces/jdbc/org/postgresql/jdbc2/Array.java has not
> been applied, ...
>
> >FYI, I had applied the V3 array patch to the wrong directory.
> >The current CVS has the proper version and that is where this
> >error is coming from.
>
> ... or has perhaps been overwritten by a re-apply of an older
> patch.

Bingo! I grabbed the CVS version of Barry's patch and applied it over
the new version. Compiles fine now. Thanks.

--
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 Bruce Momjian 2001-08-26 00:19:20 Re: Bug #424: JDBC driver security issue.
Previous Message Rene Pijlman 2001-08-25 20:56:12 Re: CVS compile problem