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 1u3zcv-0067ut-L8 for pgsql-hackers@arkaria.postgresql.org; Sun, 13 Apr 2025 15:52:09 +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 1u3zcs-0080xf-Qc for pgsql-hackers@arkaria.postgresql.org; Sun, 13 Apr 2025 15:52:07 +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 1u3zcs-0080xX-Gn for pgsql-hackers@lists.postgresql.org; Sun, 13 Apr 2025 15:52:07 +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.96) (envelope-from ) id 1u3zcq-0008Ya-2w for pgsql-hackers@postgresql.org; Sun, 13 Apr 2025 15:52:06 +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 53DFpvt9850093; Sun, 13 Apr 2025 11:51:57 -0400 From: Tom Lane To: Noah Misch cc: Michael Paquier , Nathan Bossart , Andres Freund , Robert Pang , Kyotaro Horiguchi , robertmhaas@gmail.com, pgsql-hackers@postgresql.org Subject: Re: Back-patch of: avoid multiple hard links to same WAL file after a crash In-reply-to: <20250413153312.12.nmisch@google.com> References: <20250311205749.a8.nmisch@google.com> <20250312012315.fd.nmisch@google.com> <20250403002900.5d.nmisch@google.com> <2461391.1743865633@sss.pgh.pa.us> <20250405191339.8d.nmisch@google.com> <20250406020958.95.nmisch@google.com> <20250413153312.12.nmisch@google.com> Comments: In-reply-to Noah Misch message dated "Sun, 13 Apr 2025 08:33:12 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <850091.1744559517.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 13 Apr 2025 11:51:57 -0400 Message-ID: <850092.1744559517@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Noah Misch writes: > Tom and Michael, do you still object to the test addition, or not? If t= here > are no new or renewed objections by 2025-04-20, I'll proceed to add the = test. While I still don't love it, I don't have a better proposal. regards, tom lane