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 1njXD7-0006OW-Hy for pgsql-hackers@arkaria.postgresql.org; Wed, 27 Apr 2022 02:15: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 1njXD6-0003gZ-D2 for pgsql-hackers@arkaria.postgresql.org; Wed, 27 Apr 2022 02:15: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 1njXD6-0003gQ-3p for pgsql-hackers@lists.postgresql.org; Wed, 27 Apr 2022 02:15: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 1njXD3-0004kw-Sw for pgsql-hackers@lists.postgresql.org; Wed, 27 Apr 2022 02:15: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 23R2FGdN298690; Tue, 26 Apr 2022 22:15:16 -0400 From: Tom Lane To: Thomas Munro cc: Michael Paquier , Noah Misch , Jeff Davis , Postgres hackers Subject: Re: pgsql: Add contrib/pg_walinspect. In-reply-to: References: <171769.1650950714@sss.pgh.pa.us> <287795.1651019129@sss.pgh.pa.us> <295868.1651024073@sss.pgh.pa.us> Comments: In-reply-to Thomas Munro message dated "Wed, 27 Apr 2022 14:10:49 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <298688.1651025716.1@sss.pgh.pa.us> Date: Tue, 26 Apr 2022 22:15:16 -0400 Message-ID: <298689.1651025716@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > BTW If you had your local change from debug.patch (upthread), that'd > defeat the patch. I mean this: > + if(!*errormsg) > + *errormsg = "decode_queue_head is null"; Oh! Okay, I'll retry without that. regards, tom lane