Обсуждение: Found an issue in pgjdbc

Поиск
Список
Период
Сортировка

Found an issue in pgjdbc

От
John Harvey
Дата:
Hello all,

I think I found a small issue on pgjdbc, and have a fix ready.

After RPM installation, if you do: ls -l /usr/share/java/
you'll see the following:

postgresql95-jdbc.jar
postgresql-jdbc2ee.jar -> postgresql-jdbc.jar
postgresql-jdbc2.jar -> postgresql-jdbc.jar
postgresql-jdbc3.jar -> postgresql-jdbc.jar

The links are broken, because they should point to postgresql95, not postgresql.

I have created a fix for the issue on 9.5 and attached the patch for your consideration.

Thank you,
  -John
Вложения

Re: Found an issue in pgjdbc

От
Devrim GÜNDÜZ
Дата:
Hi,

On Wed, 2016-02-10 at 11:02 -0500, John Harvey wrote:
> I think I found a small issue on pgjdbc, and have a fix ready.
>
> After RPM installation, if you do: ls -l /usr/share/java/
> you'll see the following:
>
> postgresql95-jdbc.jar
> postgresql-jdbc2ee.jar -> postgresql-jdbc.jar
> postgresql-jdbc2.jar -> postgresql-jdbc.jar
> postgresql-jdbc3.jar -> postgresql-jdbc.jar
>
> The links are broken, because they should point to postgresql95, not
> postgresql.
>
> I have created a fix for the issue on 9.5 and attached the patch for your
> consideration.

Thanks! These changes are now in the latest update set as of yesterday.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR



Вложения