Re: Current cvs does not compile jdbc1 driver - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: Current cvs does not compile jdbc1 driver
Date
Msg-id 200108031621.f73GLti28541@candle.pha.pa.us
Whole thread Raw
List pgsql-jdbc
I am confused.  It compiles here.  I don't understand this patch either.
 Can you send a context diff?

> Here is a quick hack to get it to compile properly
>
> Index: Connection.java
> ===================================================================
> RCS file:
> /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Co
> nnection.java,v
> retrieving revision 1.21
> diff -f -r1.21 Connection.java
> c1039 1040
>             info.put("user", PG_USER);
>             info.put("password", PG_PASSWORD);
>
>
>

--
  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-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: Bug found in the driver
Next
From: Bruce Momjian
Date:
Subject: Re: Patch to improve commit time performance and a few other things