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.96) (envelope-from ) id 1vITgc-002Zck-0W for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Nov 2025 15:20:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vITgZ-0015se-37 for pgsql-hackers@arkaria.postgresql.org; Mon, 10 Nov 2025 15:20:03 +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.96) (envelope-from ) id 1vITgZ-0015sW-2C for pgsql-hackers@lists.postgresql.org; Mon, 10 Nov 2025 15:20:03 +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 1vITgY-006OZN-0N for pgsql-hackers@lists.postgresql.org; Mon, 10 Nov 2025 15:20:02 +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 5AAFJkCL1874700; Mon, 10 Nov 2025 10:19:46 -0500 From: Tom Lane To: Heikki Linnakangas cc: Thomas Munro , PostgreSQL Hackers Subject: Re: Trying out In-reply-to: <536409d2-c9df-4ef3-808d-1ffc3182868c@iki.fi> References: <536409d2-c9df-4ef3-808d-1ffc3182868c@iki.fi> Comments: In-reply-to Heikki Linnakangas message dated "Mon, 10 Nov 2025 15:57:03 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1874698.1762787986.1@sss.pgh.pa.us> Date: Mon, 10 Nov 2025 10:19:46 -0500 Message-ID: <1874699.1762787986@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Heikki Linnakangas writes: > The patch removes 'src/template/solaris'. Is that on purpose? Is that an > independent cleanup that could be committed immediately? Our four Solaris+illumos buildfarm animals would be sad. regards, tom lane