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 1tlM9b-00BJ0p-9j for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Feb 2025 06:04:51 +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 1tlM9Y-002kHu-HU for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Feb 2025 06:04:48 +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 1tlM9Y-002kHm-8I for pgsql-hackers@lists.postgresql.org; Fri, 21 Feb 2025 06:04:48 +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 1tlM9W-0022Hm-2R for pgsql-hackers@postgresql.org; Fri, 21 Feb 2025 06:04:47 +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 51L64di42990642; Fri, 21 Feb 2025 01:04:39 -0500 From: Tom Lane To: Amit Langote cc: Tomas Vondra , Robert Haas , Alvaro Herrera , Andres Freund , Daniel Gustafsson , David Rowley , PostgreSQL Hackers , Thom Brown Subject: Re: generic plans and "initial" pruning In-reply-to: References: <54c35fb9-da3a-4754-ab8c-46ed0b612465@vondra.me> <684c70d7-180e-461d-9377-600c2db581ba@vondra.me> Comments: In-reply-to Amit Langote message dated "Fri, 21 Feb 2025 12:40:09 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2990640.1740117879.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Feb 2025 01:04:39 -0500 Message-ID: <2990641.1740117879@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Amit Langote writes: > I pushed the final piece yesterday. trilobite reports that this fails under -DCLOBBER_CACHE_ALWAYS: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dtrilobite&dt=3D2= 025-02-20%2019%3A37%3A12 regards, tom lane