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 1njDhR-00060P-LC for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Apr 2022 05:25:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1njDhQ-0005rn-Co for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Apr 2022 05:25:20 +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 1njDhQ-0005re-3h for pgsql-hackers@lists.postgresql.org; Tue, 26 Apr 2022 05:25:20 +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 1njDhN-0003c5-Hb for pgsql-hackers@lists.postgresql.org; Tue, 26 Apr 2022 05:25:19 +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 23Q5PEdu171770; Tue, 26 Apr 2022 01:25:14 -0400 From: Tom Lane To: Michael Paquier cc: Noah Misch , Jeff Davis , Thomas Munro , Postgres hackers Subject: Re: pgsql: Add contrib/pg_walinspect. In-reply-to: References: Comments: In-reply-to Michael Paquier message dated "Tue, 26 Apr 2022 14:13:31 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <171768.1650950714.1@sss.pgh.pa.us> Date: Tue, 26 Apr 2022 01:25:14 -0400 Message-ID: <171769.1650950714@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > Could this be an issue related to the addition of the circular WAL > decoding buffer, aka 3f1ce97? I already whined about this at [1]. I've been wondering if the issue could be traced to topminnow's unusual hardware properties, specifically that it has MAXALIGN 8 even though it's only a 32-bit machine per sizeof(void *). I think the only other active buildfarm animal like that is my gaur ... but I've failed to reproduce it on gaur. Best guess at the moment is that it's a timing issue that topminnow manages to reproduce often. Anyway, as I said in the other thread, I can reproduce it on topminnow's host. Let me know if you have ideas about how to home in on the cause. regards, tom lane [1] https://www.postgresql.org/message-id/111657.1650910309%40sss.pgh.pa.us