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 1t6ABn-00B4kv-CD for pgsql-committers@arkaria.postgresql.org; Wed, 30 Oct 2024 15:00:51 +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 1t6ABk-009c8D-To for pgsql-committers@arkaria.postgresql.org; Wed, 30 Oct 2024 15:00:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6ABk-009c85-MW for pgsql-committers@lists.postgresql.org; Wed, 30 Oct 2024 15:00:49 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t6ABe-003q2Z-Pj for pgsql-committers@lists.postgresql.org; Wed, 30 Oct 2024 15:00:48 +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 49UF0eeL595312; Wed, 30 Oct 2024 11:00:40 -0400 From: Tom Lane To: Andrew Dunstan cc: pgsql-committers@lists.postgresql.org Subject: Re: pgsql: Update time zone data files to tzdata release 2024b. In-reply-to: <55A5E01C-1B0F-40F9-94EA-FEDED1575C92@dunslane.net> References: <362289.1730241666@sss.pgh.pa.us> <55A5E01C-1B0F-40F9-94EA-FEDED1575C92@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 29 Oct 2024 18:06:19 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <595310.1730300440.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Wed, 30 Oct 2024 11:00:40 -0400 Message-ID: <595311.1730300440@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On Oct 29, 2024, at 5:41 PM, Tom Lane wrote: >> I would expect that the upgrade tests would pass now for upgrades >> from v12 or later, thanks to b8ea0f675 et al, but I'm not real >> sure what to do about testing the out-of-support branches. Should >> we back-patch b8ea0f675 as far down as 9.2? > Or fix/remove the problem rows in AdjustUpgrade.pm I guess I went to try to test this locally, and got nowhere, because: old cluster does not use data checksums but the new one does Failure, exiting What have you done to get around that on crake? regards, tom lane