Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1
Date: 2019-01-02 19:34:08
Message-ID: 214c9f2f-423f-39ff-2477-887567c400db@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian pgsql-pkg-yum pljava-dev

On 1/2/19 2:04 PM, Devrim Gündüz wrote:
>
> Updated to 1.5.2 yesterday. Sorry for the delay.

That was fast, thanks!

... but it does not have these files:

usr/pgsql-*/share/pljava/pljava--1.5.0--1.5.2.sql
usr/pgsql-*/share/pljava/pljava--1.5.1--1.5.2.sql

Without those files, ALTER EXTENSION pljava UPDATE; will fail
for sites that have 1.5.0 or 1.5.1 installed already.

The build process puts such files directly into the installer jar,
as copies of pljava--.sql with the right names.

Your packaging process seems to bypass the installer jar, so will
have to be responsible for making those files. It could make the
needed copies or links at build time, or even just include one
of them and make the remaining copies/links on the target system
in a post-install script.

More on that (and also on debuginfo and examples) was in [1].

Thanks,
-Chap

[1]
https://www.postgresql.org/message-id/5BC924A4.7080709%40anastigmatix.net

In response to

Responses

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Devrim Gündüz 2019-01-02 19:45:34 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1
Previous Message Devrim Gündüz 2019-01-02 19:04:04 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2019-01-02 19:45:34 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1
Previous Message Devrim Gündüz 2019-01-02 19:04:04 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1

Browse pljava-dev by date

  From Date Subject
Next Message Devrim Gündüz 2019-01-02 19:45:34 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1
Previous Message Devrim Gündüz 2019-01-02 19:04:04 Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1