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 1nryJ9-0008Qk-KT for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 20 May 2022 08:48:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nryJ8-0006Tv-AE for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 20 May 2022 08:48:26 +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 1nryJ8-0006T2-2w for pgsql-pkg-yum@lists.postgresql.org; Fri, 20 May 2022 08:48:26 +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 1nryJ5-0000oA-B1 for pgsql-pkg-yum@postgresql.org; Fri, 20 May 2022 08:48:24 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (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 4L4L3T3VXsz3F11; Fri, 20 May 2022 10:48:21 +0200 (CEST) Date: Fri, 20 May 2022 10:48:21 +0200 From: Christoph Berg To: Regina Obe Cc: 'Justin Pryzby' , 'Devrim =?iso-8859-1?Q?G=FCnd=FCz'?= , 'Paul Ramsey' , pgsql-pkg-yum@postgresql.org Subject: Re: postgis for beta releases Message-ID: Mail-Followup-To: Christoph Berg , Regina Obe , 'Justin Pryzby' , 'Devrim =?iso-8859-1?Q?G=FCnd=FCz'?= , 'Paul Ramsey' , pgsql-pkg-yum@postgresql.org References: <20210520163737.GA18818@telsasoft.com> <20210601233925.GD2082@telsasoft.com> <20210816223804.GF10479@telsasoft.com> <20220519161601.GQ19626@telsasoft.com> <000301d86be0$1dafb390$590f1ab0$@pcorp.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <000301d86be0$1dafb390$590f1ab0$@pcorp.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Regina Obe > Devrim and Christian if you need a tagged PostGIS package, I can push out > a PostGIS 3.3.0alpha1 release after I get PostGIS PSC agreement on it. > PostGIS 3.2 will not work with PostgreSQL 15. Yes that would be helpful. The current version fails with lwgeom_out_geojson.c:38:9: error: redeclaration of enumerator ‘JSONTYPE_NULL’ 38 | JSONTYPE_NULL, /* null, so we didn't bother to identify */ | ^~~~~~~~~~~~~ In file included from lwgeom_out_geojson.c:21: /usr/include/postgresql/15/server/utils/json.h:21:9: note: previous definition of ‘JSONTYPE_NULL’ with type ‘enum ’ 21 | JSONTYPE_NULL, /* null, so we didn't bother to identify */ | ^~~~~~~~~~~~~ Christoph