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 1wD1Kg-002WiL-26 for pgsql-general@arkaria.postgresql.org; Wed, 15 Apr 2026 14:35:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wD1Kf-00HMN7-1n for pgsql-general@arkaria.postgresql.org; Wed, 15 Apr 2026 14:35:09 +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 1wD1Kf-00HMMz-0m for pgsql-general@lists.postgresql.org; Wed, 15 Apr 2026 14:35:09 +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.98.2) (envelope-from ) id 1wD1Kc-000000019r6-4B6p for pgsql-general@lists.postgresql.org; Wed, 15 Apr 2026 14:35:08 +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 63FEZ5Vl1997154; Wed, 15 Apr 2026 10:35:05 -0400 From: Tom Lane To: Matthias Apitz cc: pgsql-general@lists.postgresql.org Subject: Re: pg_tde in PostgreSQL 18.3 In-reply-to: References: Comments: In-reply-to Matthias Apitz message dated "Wed, 15 Apr 2026 11:03:24 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1997152.1776263705.1@sss.pgh.pa.us> Date: Wed, 15 Apr 2026 10:35:05 -0400 Message-ID: <1997153.1776263705@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Matthias Apitz writes: > It seems this path for 18.3 does not exist anymore, the is > no ./configure in pg_tde: Just guessing, but this looks like they switched to handling meson builds only [1]. regards, tom lane [1] https://www.postgresql.org/docs/current/install-meson.html