Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uokGl-009R9h-Tf for pgsql-general@arkaria.postgresql.org; Wed, 20 Aug 2025 14:58:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uokGl-009217-BD for pgsql-general@arkaria.postgresql.org; Wed, 20 Aug 2025 14:58:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uokGl-00920y-0t for pgsql-general@lists.postgresql.org; Wed, 20 Aug 2025 14:58:31 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uokGj-000rXp-0v for pgsql-general@lists.postgresql.org; Wed, 20 Aug 2025 14:58:30 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 57KEwNTg1020349; Wed, 20 Aug 2025 10:58:23 -0400 From: Tom Lane To: Paul A Jungwirth cc: Adrian Klaver , Achilleas Mantzios , "pgsql-general@lists.postgresql.org" Subject: Re: pg_upgrade from 18beta1 -> 18beta3 - problem with btree_gist contrib module / extension In-reply-to: References: <4d301501-9985-4e68-b1c1-2360c251048c@cloud.gatewaynet.com> <54d352ad-3f64-4492-aaaf-1ebaeac5471c@aklaver.com> Comments: In-reply-to Paul A Jungwirth message dated "Wed, 20 Aug 2025 09:49:31 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1020347.1755701903.1@sss.pgh.pa.us> Date: Wed, 20 Aug 2025 10:58:23 -0400 Message-ID: <1020348.1755701903@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Paul A Jungwirth writes: > I don't know what pg_upgrade tries to support for moving from one beta > release to another. Is this something we should try to fix? It's water over the dam now, I think. If we had such a breakage between officially-released versions, that would be bad enough to justify jumping through hoops. But beta releases have always been "use at your own risk". regards, tom lane