Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ujJ96-005r7L-KH for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Aug 2025 15:00:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ujJ87-00A5Sl-JW for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Aug 2025 14:59:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ujJ87-00A5Sb-A3 for pgsql-hackers@lists.postgresql.org; Tue, 05 Aug 2025 14:59:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ujJ84-000sEo-2J for pgsql-hackers@lists.postgresql.org; Tue, 05 Aug 2025 14:59:06 +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 575Ex1QW1060251; Tue, 5 Aug 2025 10:59:01 -0400 From: Tom Lane To: Daniel Gustafsson cc: Alvaro Herrera , Andres Freund , Ashutosh Bapat , Michael Paquier , vignesh C , Peter Eisentraut , PostgreSQL Hackers Subject: Re: Test to dump and restore objects left behind by regression In-reply-to: References: <202508051433.ebznuqrxt4b2@alvherre.pgsql> Comments: In-reply-to Daniel Gustafsson message dated "Tue, 05 Aug 2025 16:41:03 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1060249.1754405941.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 05 Aug 2025 10:59:01 -0400 Message-ID: <1060250.1754405941@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > Thanks for reviving this. I am +1 on placing this behind PG_TEST_EXTRA = as was > discussed upthread. +1 here too. regards, tom lane