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 1qpbKB-006Irz-4i for pgsql-hackers@arkaria.postgresql.org; Sun, 08 Oct 2023 21:28:31 +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 1qpbK9-008niA-0g for pgsql-hackers@arkaria.postgresql.org; Sun, 08 Oct 2023 21:28:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpbK8-008nhq-NQ for pgsql-hackers@lists.postgresql.org; Sun, 08 Oct 2023 21:28:29 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpbK7-000yl1-D4 for pgsql-hackers@lists.postgresql.org; Sun, 08 Oct 2023 21:28:29 +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 398LSPku3363971; Sun, 8 Oct 2023 17:28:25 -0400 From: Tom Lane To: David Rowley cc: PostgreSQL Developers Subject: Re: Does anyone ever use OPTIMIZER_DEBUG? In-reply-to: References: <1104459.1695938385@sss.pgh.pa.us> Comments: In-reply-to David Rowley message dated "Mon, 09 Oct 2023 10:26:38 +1300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3363969.1696800505.1@sss.pgh.pa.us> Date: Sun, 08 Oct 2023 17:28:25 -0400 Message-ID: <3363970.1696800505@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk David Rowley writes: > It looks like nobody is objecting to this. I understand that not > everyone who might object will have read this email thread, so what I > propose to do here is move along and just commit the patch to swap out > debug_print_rel and use pprint instead. If that's done now then there > are around 10 months where we could realistically revert this again if > someone were to come forward with an objection. > Sound ok? WFM. regards, tom lane