Re: Client-only Meson Build From Sources - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Client-only Meson Build From Sources
Date
Msg-id 493006.1761058628@sss.pgh.pa.us
Whole thread Raw
In response to Re: Client-only Meson Build From Sources  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Client-only Meson Build From Sources
List pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> On 20.10.25 22:43, Benjamin Leff wrote:
>> Are there any plans to support a client-only (no server) build in meson?

> I'm not aware of such plans.  But that doesn't mean somebody couldn't 
> propose one.

Years ago we had support for client-only builds on at least some
toolchains (MSVC at least, not sure about elsewhere).  That got
dropped though.  I believe the prevailing opinion was that the amount
of time saved by not building all of PG didn't justify the maintenance
effort to keep the build scripts working for that case.  I think that
that argument hasn't lost its force, so we'd be likely to reject any
such proposal.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls
Next
From: Daniel Gustafsson
Date:
Subject: Re: CI: Add task that runs pgindent