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 1gyhcO-0005Jm-0k for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 26 Feb 2019 18:38:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gyhcM-0001s1-JG for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 26 Feb 2019 18:38:14 +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 1gyhcL-0001rr-VI for pgsql-pkg-yum@lists.postgresql.org; Tue, 26 Feb 2019 18:38:14 +0000 Received: from anastigmatix.net ([68.171.219.55]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gyhcI-0003Qg-Mm for pgsql-pkg-yum@postgresql.org; Tue, 26 Feb 2019 18:38:12 +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=ORIl5pfIZe//4en8C4FYDjA3eCaeZ/gLSaWK5bATm4Q=; b=bEahiNvC0x7v/gMb3hfu4wWLC7 WHfyHcH5R78NAnSdKSL6oSb0BRsYELBlajkfBmch/ddWq4yV58jJra7EWiUtAvsWqUIzytfNiHZi6 Ew2zpmRVQSBLmNL15gMRF1q8pMe6K0X6u+ScHTnZLeQDxCJyN/YYS6W1E/02l/64t3bsK/2JGh9Sf BJZLF9s0Cwbi3BWNg0GnQa6LsakcMTGbH0qZdjp0dbOd+Z05bvbNa+zF+2Z7qNTY3vkuSYuIz52ep tZDhQ3AFTqEU1qhE8TScG9Su2JagRXSEfX8WA8y+2bdcUA8U3uCppEQxSPImoxe07NfSZ4P/oohE9 SoHPVPww==; Received: from cos-128-210-107-26.science.purdue.edu ([128.210.107.26]:37934 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 1gyhcC-00A2QQ-Ba; Tue, 26 Feb 2019 13:38: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> <214c9f2f-423f-39ff-2477-887567c400db@anastigmatix.net> <1a0711f4b5b1304f1d3031251cbe4efcfffccd28.camel@gunduz.org> <6e8c6808-601b-baf5-865b-8c1785cfe346@anastigmatix.net> <9c7756dd-bab5-4978-cc93-d0a4a6f0b605@anastigmatix.net> <5C374DB5.20001@anastigmatix.net> Message-ID: <40eeb475-b996-d33c-edcf-775a0118b341@anastigmatix.net> Date: Tue, 26 Feb 2019 13:38:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <5C374DB5.20001@anastigmatix.net> 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 Ping? On 1/10/19 8:50 AM, Chapman Flack wrote: > On 01/03/19 11:25, Chapman Flack wrote: >>> On 1/2/19 2:45 PM, Devrim Gündüz wrote: >>>> Pushed 1.5.2-2 to repos, that include the .sql files. >> >> It turns out to be almost right. The update .sql files appear >> to be links to pljava--1.5.2.sql, but that is the file used for >> a new installation. ALTER EXTENSION UPDATE fails if that file is used. >> >> There is a file in the source tree named pljava--.sql and that >> one is the template for all (trivial) update scripts. The >> installer jar produced by the build process simply includes that >> file under all of the necessary update script names (and not >> under its own name). >> >> It would be possible to do that, or to make one of the named >> update scripts a copy of it and the rest all links to that one, >> etc. > > Can this be fixed? As it stands in 1.5.2-2, ALTER EXTENSION UPDATE > still breaks. > > Thanks, > -Chap