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 1wN1a5-000WOu-1a for pgsql-general@arkaria.postgresql.org; Wed, 13 May 2026 04:52:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wN1a3-007IJl-2z for pgsql-general@arkaria.postgresql.org; Wed, 13 May 2026 04:52:24 +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 1wN1a3-007IJd-22 for pgsql-general@lists.postgresql.org; Wed, 13 May 2026 04:52:23 +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 1wN1Zz-00000000LAi-1X1V for pgsql-general@lists.postgresql.org; Wed, 13 May 2026 04:52:21 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 64D4q8Yo132873; Wed, 13 May 2026 00:52:08 -0400 From: Tom Lane To: Laurenz Albe cc: Igor Korot , "David G. Johnston" , Adrian Klaver , "pgsql-generallists.postgresql.org" Subject: Re: Problem linking with Release library In-reply-to: References: <6b6752b9-1af1-4650-8125-06440fdc7ccd@aklaver.com> <7f1fdbad-0343-498d-9f15-69bc713915cc@aklaver.com> <0e96fd4d-a97e-4461-a92e-ed2d7c27d38c@aklaver.com> Comments: In-reply-to Laurenz Albe message dated "Wed, 13 May 2026 06:32:25 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <132871.1778647928.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 13 May 2026 00:52:08 -0400 Message-ID: <132872.1778647928@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Laurenz Albe writes: > On Tue, 2026-05-12 at 19:52 -0700, Igor Korot wrote: >> There used to be a split builds - one package to build the server and a= nother to build the client (libpq). This is no longer the case. The short answer is that we dropped that build option because it was no longer worth the trouble to support. Building the whole package and then ignoring the parts you don't need takes only a few minutes longer on any remotely-modern hardware. Certainly, you've wasted more time complaining than it would take to do that. regards, tom lane