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 1nYyJg-0004Y0-Ec for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Mar 2022 22:58:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nYyJf-00043b-2q for pgsql-hackers@arkaria.postgresql.org; Mon, 28 Mar 2022 22:58:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nYyJe-00043S-PU for pgsql-hackers@lists.postgresql.org; Mon, 28 Mar 2022 22:58:26 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nYyJc-0006bZ-IQ for pgsql-hackers@postgresql.org; Mon, 28 Mar 2022 22:58:25 +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 22SMwJjd1037189; Mon, 28 Mar 2022 18:58:19 -0400 From: Tom Lane To: Andrew Dunstan cc: Andres Freund , Peter Eisentraut , pgsql-hackers@postgresql.org Subject: Re: [RFC] building postgres with meson -v8 In-reply-to: <498f4933-7fa9-6815-7574-1d3b2ec85daf@dunslane.net> References: <20211012083721.hvixq4pnh2pixr3j@alap3.anarazel.de> <20220308025629.3xh2yo4sau74oafo@alap3.anarazel.de> <721828a7-3043-6803-a85b-da63538db3cc@enterprisedb.com> <20220309164420.rr5lws22asrd5mfm@alap3.anarazel.de> <20220322022208.44py5lk7twdfuqb5@alap3.anarazel.de> <78b4383b-1e25-aacd-7c41-ecdeb8a3292f@enterprisedb.com> <20220328195913.rz3bllzhr26innoi@alap3.anarazel.de> <498f4933-7fa9-6815-7574-1d3b2ec85daf@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Mon, 28 Mar 2022 18:44:36 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1037187.1648508299.1@sss.pgh.pa.us> Date: Mon, 28 Mar 2022 18:58:19 -0400 Message-ID: <1037188.1648508299@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > On 3/28/22 15:59, Andres Freund wrote: >> In our context it could make sense to merge meson, after a few months of >> shakeup remove the current windows buildsystems, and then in release + 1 >> remove the make based stuff. That sounds like a decent plan. > I'd like to get a stake in the ground and then start working on > buildfarm support. Up to now I think it's been a bit too much of a > moving target. Essentially that would mean an interim option for > building with meson. If we can commit meson build infrastructure without removing the existing infrastructure, then the buildfarm can continue to work, and we can roll out support for the new way slowly. It'd be fairly impractical to expect all buildfarm animals to update instantly anyhow. regards, tom lane