Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXVZm-0000o1-N2 for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Mar 2022 22:05:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nXVZl-0006Fo-BT for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Mar 2022 22:05:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXVZl-0006Ff-16 for pgsql-hackers@lists.postgresql.org; Thu, 24 Mar 2022 22:05:01 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXVZi-0001Qb-QI for pgsql-hackers@postgresql.org; Thu, 24 Mar 2022 22:04:59 +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 22OM4jj33152697; Thu, 24 Mar 2022 18:04:45 -0400 From: Tom Lane To: Robert Haas cc: Kyotaro Horiguchi , deniel1495@mail.ru, Ibrar Ahmed , tejeswarm@hotmail.com, Andres Freund , hlinnaka , Masahiko Sawada , "pgsql-hackers@postgresql.org" , Daniel Wood Subject: Re: Corruption during WAL replay In-reply-to: References: <20220316.141432.2298656526174566963.horikyota.ntt@gmail.com> <20220318.102109.162855329039722212.horikyota.ntt@gmail.com> Comments: In-reply-to Robert Haas message dated "Thu, 24 Mar 2022 15:33:29 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3152695.1648159485.1@sss.pgh.pa.us> Date: Thu, 24 Mar 2022 18:04:45 -0400 Message-ID: <3152696.1648159485@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Robert Haas writes: > Thanks, committed. Some of the buildfarm is seeing failures in the pg_checksums test. regards, tom lane