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.96) (envelope-from ) id 1x6rtB-000UPW-2D for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Sep 2026 15:49:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1x6rtB-008HsS-0I for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Sep 2026 15:49:37 +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.96) (envelope-from ) id 1x6rtA-008HsK-2g for pgsql-hackers@lists.postgresql.org; Wed, 16 Sep 2026 15:49:36 +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.98.2) (envelope-from ) id 1x6rt9-00000000PfA-0h62 for pgsql-hackers@lists.postgresql.org; Wed, 16 Sep 2026 15:49:35 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 68GFnSoH501935; Wed, 16 Sep 2026 11:49:28 -0400 From: Tom Lane To: Daniel Gustafsson cc: Masao Fujii , PostgreSQL Hackers Subject: Re: pgsql: Revert online data checksum transitions In-reply-to: <1EEAFCFB-15DB-4EC1-BD49-964C799A01B2@yesql.se> References: <1EEAFCFB-15DB-4EC1-BD49-964C799A01B2@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Wed, 16 Sep 2026 13:08:12 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <501933.1789573768.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 16 Sep 2026 11:49:28 -0400 Message-ID: <501934.1789573768@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: >> On 16 Sep 2026, at 13:01, Fujii Masao wrote: >> After the revert, the buildfarm member longfin reported the test failur= e [1], >> which seems to have been caused by the revert. >> ... >> After the revert, pg_control_checkpoint() now returns 19 columns, but i= ts >> pg_proc.dat entry still declares 20 output columns, including >> data_page_checksum_version. This seems to trigger the assertion failure >> in heap_form_tuple(). > Ugh, I thought I had tested everything but clearly missed this one. Will= fix immediately when back from lunch. It seems quite odd to me that only a couple of BF animals are showing this failure. Do we understand why that should be? I can poke into it on longfin's host if that would help. regards, tom lane