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 1wi6ey-00015q-2m for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Jul 2026 08:32:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wi6ex-00GrOj-0a for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Jul 2026 08:32:35 +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.96) (envelope-from ) id 1wi6ew-00GrOa-2u for pgsql-hackers@lists.postgresql.org; Fri, 10 Jul 2026 08:32:35 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wi6eu-00000000cdG-3ZDD for pgsql-hackers@lists.postgresql.org; Fri, 10 Jul 2026 08:32:35 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 3AC286422A5 for ; Fri, 10 Jul 2026 10:32:33 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 26EFE642418; Fri, 10 Jul 2026 10:32:33 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 2501610BC46B; Fri, 10 Jul 2026 10:32:33 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with UTF8LMTP id Vh1P9JFZI2hB; Fri, 10 Jul 2026 10:32:32 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id B87B42C8BA66; Fri, 10 Jul 2026 10:32:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1783672352; bh=kGLxDS4CecGzJ8S9Ed+CorL1hBrsOPjIQg2+7ITfL+0=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=aSohO2s0EAlE6o6dKcAmavbV0TOQ+jpJFFyrJj0XA0UZXsOcJLxfJpA5KEjziQ9Co 31Got0Rj66nTSwV4xXT9sdJfXllEM1ElF+G1yaG43yXoPnJVaHsx13hgZT34ezsBj8 SzufvGuEJUGsOjVWvEjsnMkZ8BGDGp9WWZ3pv/GLp6houdIqhkO7Mx/uyQM014OIYV AienqCuMyyDIINROHFJswHTB6Z4ScoFj5ja6LfFHDnixmrOQYMY+KOSHmvwJZ8Y7V7 mEvxgCU92x5WRIFdvnd8p5MjnHaKr+XDiPxIm2HwqrIsiKzry8c+xLY4YTNhdiS9mb i5Ew8jwhUoOKQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: Fix data checksum processing for temp relations and dropped databases From: Daniel Gustafsson In-Reply-To: Date: Fri, 10 Jul 2026 10:32:22 +0200 Cc: Kyotaro Horiguchi , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <0DD97859-0A1E-47ED-8082-297CF84391F9@yesql.se> References: <20260709.161542.46102955322725819.horikyota.ntt@gmail.com> <80447AEF-2E66-48EF-9F68-8D408B541EC1@yesql.se> To: Fujii Masao X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 10 Jul 2026, at 02:12, Fujii Masao wrote: >=20 > On Thu, Jul 9, 2026 at 4:56=E2=80=AFPM Daniel Gustafsson = wrote: >> I like this suggestion, though I think it should go after the call to >> pgstat_progress_update_param since the db in question reached = ProcessDatabase. >> I would add it as an else-if case to the conditional testing we have = for >> _FAILED and _ABORTED. >=20 > Thanks for the review! I've updated the patch based on > your and Horiguchi-san's suggestions. +1, v2 LGTM. -- Daniel Gustafsson