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 1vuYQl-00DFMa-0B for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 16:05:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vuYQj-00EAS5-1o for pgsql-hackers@arkaria.postgresql.org; Mon, 23 Feb 2026 16:05:05 +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.96) (envelope-from ) id 1vuYQj-00EARw-0x for pgsql-hackers@lists.postgresql.org; Mon, 23 Feb 2026 16:05:05 +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.98.2) (envelope-from ) id 1vuYQe-00000000tGK-2iMl for pgsql-hackers@postgresql.org; Mon, 23 Feb 2026 16:05:05 +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 61NG4vpj3483561; Mon, 23 Feb 2026 11:04:57 -0500 From: Tom Lane To: Peter Eisentraut cc: Andres Freund , pgsql-hackers , Tristan Partin Subject: Re: meson: Allow disabling static libraries In-reply-to: <7fc93f27-8360-48a8-8ca7-0f67d441b188@eisentraut.org> References: <2064894.1771439945@sss.pgh.pa.us> <7fc93f27-8360-48a8-8ca7-0f67d441b188@eisentraut.org> Comments: In-reply-to Peter Eisentraut message dated "Mon, 23 Feb 2026 16:53:10 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3483559.1771862697.1@sss.pgh.pa.us> Date: Mon, 23 Feb 2026 11:04:57 -0500 Message-ID: <3483560.1771862697@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > Committed with documentation addition and an explicit error for the > not-supported case. Thanks! Barring objections, I'll get on with pushing the AIX patches. regards, tom lane