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 1nWfMV-0003cj-2L for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Mar 2022 14:19:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nWfMT-0001TU-TK for pgsql-hackers@arkaria.postgresql.org; Tue, 22 Mar 2022 14:19:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nWfMT-0001TK-KD for pgsql-hackers@lists.postgresql.org; Tue, 22 Mar 2022 14:19:49 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nWfMR-0004AV-KJ for pgsql-hackers@postgresql.org; Tue, 22 Mar 2022 14:19:49 +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 22MEJhij2520307; Tue, 22 Mar 2022 10:19:44 -0400 From: Tom Lane To: Thomas Munro cc: Noah Misch , Alexander Lakhin , Andrew Dunstan , pgsql-hackers Subject: Re: Why is src/test/modules/committs/t/002_standby.pl flaky? In-reply-to: References: <1609152.1641691036@sss.pgh.pa.us> <3b904d7b-ef84-6f1b-9326-9f88c1374eb8@gmail.com> <5d507424-13ce-d19f-2f5d-ab4c6a987316@gmail.com> <2411751.1641849927@sss.pgh.pa.us> <20220319084704.GB2822749@rfd.leadboat.com> <2452111.1647918811@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Tue, 22 Mar 2022 16:24:23 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2520305.1647958783.1@sss.pgh.pa.us> Date: Tue, 22 Mar 2022 10:19:43 -0400 Message-ID: <2520306.1647958783@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Tue, Mar 22, 2022 at 4:13 PM Tom Lane wrote: >> OK. You want me to push 75674c7e to HEAD? > Thanks, yes, please do. Done. regards, tom lane