Re: a difference of version information 9.1-902 jar and source

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: a difference of version information 9.1-902 jar and source
Дата
Msg-id CADK3HHKbonDswHF+6P3s_TpJncBpfFJYKck7j9On1=toXW0XLQ@mail.gmail.com
обсуждение исходный текст
Ответ на a difference of version information 9.1-902 jar and source  (OTSUKA Kenji <otsuka.knj@gmail.com>)
Ответы Re: a difference of version information 9.1-902 jar and source  (OTSUKA Kenji <otsuka.knj@gmail.com>)
Список pgsql-jdbc
I have put the correct version of the source on the jdbc site.


Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Thu, May 24, 2012 at 9:50 PM, OTSUKA Kenji <otsuka.knj@gmail.com> wrote:
> HI there,
>
> I found a difference of version information 9.1-902.jdbc4.jar and
> 9.1-902.src.tar.gz.
>
> 9.1-902.jdbc4.jar:
>  $ java -cp postgresql-9.1-902.jdbc4.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.1 JDBC4 (build 902)
>
> 9.1-902.src.tar.gz:
>  $ ant
>   (snip)
>  BUILD SUCCESSFUL
>  Total time: 3 seconds
>  $ java -cp jars/postgresql.jar org.postgresql.util.PSQLDriverVersion
>  PostgreSQL 9.2devel JDBC4 (build 1000)
>
> Is 9.1-902.src.tar.gz incorrect?
>
> If the source tarball is incorrect, where is there correct 9.1-902 source?
> There is not REL9_1_902 tag in CVS repository
> (cvs.pgfoundry.org:/cvsroot/jdbc/pgjdbc).
> Did I checked out from obsolete repository?
>
> In addition, I care about whether 9.1-902 is a development version.
>
> Regards,
>
> --
>  OTSUKA Kenji
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: a difference of version information 9.1-902 jar and source
Следующее
От: Mikko Tiihonen
Дата:
Сообщение: Simple connection fail-over documentation patch