Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljoSq-0004tO-Ax for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 May 2021 19:36:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ljoSp-0003Et-79 for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 May 2021 19:36:11 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljoSp-0003El-24 for pgsql-pkg-yum@lists.postgresql.org; Thu, 20 May 2021 19:36:11 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljoSj-0005NR-HE for pgsql-pkg-yum@postgresql.org; Thu, 20 May 2021 19:36:10 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1478:7c00:1ee0:a6c0:287e:d33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4FmKjH2mQxz3Dws; Thu, 20 May 2021 21:36:03 +0200 (CEST) Date: Thu, 20 May 2021 21:36:02 +0200 From: Christoph Berg To: Justin Pryzby Cc: pgsql-pkg-yum@postgresql.org, Devrim =?iso-8859-1?B?R/xuZPx6?= , Paul Ramsey Subject: Re: postgis for beta releases Message-ID: Mail-Followup-To: Christoph Berg , Justin Pryzby , pgsql-pkg-yum@postgresql.org, Devrim =?iso-8859-1?B?R/xuZPx6?= , Paul Ramsey References: <20200912215606.GR18552@telsasoft.com> <20200721181639.GK5748@telsasoft.com> <20200711164620.GW26220@telsasoft.com> <20200710200430.GO26220@telsasoft.com> <20210520163737.GA18818@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210520163737.GA18818@telsasoft.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Justin Pryzby > I'm suggesting to be build postgis31 for pg14. > It might be reasonable to wait for beta2, though. I tried for Debian, and it fails: postgis 3.1.1+dfsg-1.pgdg+2 (amd64) 22:58:44 gserialized_supportfn.c:420:11: error: too few arguments to function ‘is_pseudo_constant_for_index’ 22:58:44 420 | if (!is_pseudo_constant_for_index((Node*)expandexpr, req->index)) 22:58:44 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22:58:44 In file included from gserialized_supportfn.c:38: 22:58:44 /usr/include/postgresql/14/server/optimizer/optimizer.h:100:13: note: declared here 22:58:44 100 | extern bool is_pseudo_constant_for_index(PlannerInfo *root, Node *expr, 22:58:44 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Christoph