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 500406.1761062547@sss.pgh.pa.us
Whole thread Raw
In response to Re: Client-only Meson Build From Sources  (Benjamin Leff <benjamin.w.leff@gmail.com>)
List pgsql-hackers
Benjamin Leff <benjamin.w.leff@gmail.com> writes:
>> 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

> IMO, it’s not just about time. For bare bones package managers when there’s
> no need to build the server, this saves a few GB.

It's still fundamentally about trading off machine resources versus
people time, though, and that tradeoff is not getting more attractive.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Next
From: Tom Lane
Date:
Subject: Re: CI: Add task that runs pgindent