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 1ljoTZ-0004uq-U8 for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 May 2021 19:36:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ljoTY-0003Xr-TH for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 20 May 2021 19:36:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljoTY-0003Xj-OU for pgsql-pkg-yum@lists.postgresql.org; Thu, 20 May 2021 19:36:56 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljoTW-000117-6p for pgsql-pkg-yum@postgresql.org; Thu, 20 May 2021 19:36:56 +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 4FmKkD4Nktz3F57; Thu, 20 May 2021 21:36:52 +0200 (CEST) Date: Thu, 20 May 2021 21:36:52 +0200 From: Christoph Berg To: Justin Pryzby , 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: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: To Justin Pryzby > 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 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Full build log: https://pgdgbuild.dus.dg-i.net/view/Binaries-Beta/job/postgis-binaries-beta/lastFailedBuild/architecture=amd64,distribution=sid/consoleFull Christoph