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 1kFjjl-0004mU-PY for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Sep 2020 19:57:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kFjjk-0002sb-IX for pgsql-hackers@arkaria.postgresql.org; Tue, 08 Sep 2020 19:57:04 +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 1kFjjk-0002sU-BM for pgsql-hackers@lists.postgresql.org; Tue, 08 Sep 2020 19:57:04 +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 1kFjje-0002PI-3S for pgsql-hackers@lists.postgresql.org; Tue, 08 Sep 2020 19:57:03 +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 088JupjN1832189; Tue, 8 Sep 2020 15:56:52 -0400 From: Tom Lane To: Bharath Rupireddy cc: Michael Paquier , Robert Haas , Andres Freund , PostgreSQL Hackers Subject: Re: Issue with cancel_before_shmem_exit while searching to remove a particular registered exit callbacks In-reply-to: References: <20200807212022.wocdoo2mmzhjsjm3@alap3.anarazel.de> <3195298.1597070661@sss.pgh.pa.us> <3250875.1597088493@sss.pgh.pa.us> <20200811001102.bwcwmrwgirxyec6i@alap3.anarazel.de> <3354159.1597106762@sss.pgh.pa.us> <20200907074057.GG4867@paquier.xyz> <1671027.1599492021@sss.pgh.pa.us> Comments: In-reply-to Bharath Rupireddy message dated "Tue, 08 Sep 2020 18:06:36 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1832187.1599595011.1@sss.pgh.pa.us> Date: Tue, 08 Sep 2020 15:56:51 -0400 Message-ID: <1832188.1599595011@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Bharath Rupireddy writes: > Attaching a patch with both the comments modification and changing > DEBUG3 to ERROR. make check and make world-check passes on this patch. I pushed this after simplifying the ereport down to an elog. I see no reason to consider this a user-facing error, so there's no need to make translators deal with the message. regards, tom lane