Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gemHU-0006T2-4t for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 02 Jan 2019 19:34:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gemHS-0004s7-Jz for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 02 Jan 2019 19:34:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gemHS-0004s0-0K for pgsql-pkg-yum@lists.postgresql.org; Wed, 02 Jan 2019 19:34:18 +0000 Received: from bay.acenet.us ([173.230.252.50]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gemHK-00039o-Ux for pgsql-pkg-yum@postgresql.org; Wed, 02 Jan 2019 19:34:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anastigmatix.net; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:References:To:Subject:From:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=guB5oliSm7tBrZpreLUFWhKLtO2ia7PDtCBIFWfYCXw=; b=PS274ZPy3sHJOENWDte3z+UhxY BW5g5mYVvXWYrgL0Tx57it5+s4bZFFcv+GphzGziaIs5j3rDysHiXjriTOGbeDscbRo2VUOwjkeVw HXe4OpM4Bhdj5CwDjgxzkW7/ak+L5Lx9vwxINsW74t9qWXxJQmx3XGN8TGwMMaw40xn/OpkNT9708 fa9GrXwHq/lbujcJSYRyoIlNfzbOYuCA2x9TcukK+i82GpQ4Y06rLEMthdJitkP06kCtZ+GCEI5TY Jcn5zF5ZQZCEJfBx849uO9MjRlbSpFCE1sfsW7u0Gtkl3tTd/qsVGCrq/iecXro7udkBARQCisaHv 04EdbIlA==; Received: from cos-128-210-107-26.science.purdue.edu ([128.210.107.26]:45228 helo=gibbs.math.purdue.edu) by bay.acenet.us with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gemHI-00GKiL-IM; Wed, 02 Jan 2019 14:34:09 -0500 From: Chapman Flack Subject: Re: PL/Java 1.5.2 - fixes one regression in date conversion in 1.5.1 To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , pgsql-pkg-yum@postgresql.org References: <5BE08D74.2060207@anastigmatix.net> <5C2AF4F6.6070606@anastigmatix.net> <1e2d8a7a9a2e870cf39eec61a8c2a4eb5cc70c32.camel@gunduz.org> Message-ID: <214c9f2f-423f-39ff-2477-887567c400db@anastigmatix.net> Date: Wed, 2 Jan 2019 14:34:08 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1e2d8a7a9a2e870cf39eec61a8c2a4eb5cc70c32.camel@gunduz.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-OutGoing-Spam-Status: No, score=-95.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bay.acenet.us X-AntiAbuse: Original Domain - postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - anastigmatix.net X-Get-Message-Sender-Via: bay.acenet.us: authenticated_id: chap@anastigmatix.net X-Authenticated-Sender: bay.acenet.us: chap@anastigmatix.net X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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