Re: Current cvs does not compile jdbc1 driver

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Current cvs does not compile jdbc1 driver
Дата
Msg-id 200108031621.f73GLti28541@candle.pha.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: Bug found in the driver
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch to improve commit time performance and a few other things