Re: [PATCH] meson: Update meson to enable building postgres as a subproject

From: Andres Freund <andres(at)anarazel(dot)de>
To: Elliot Haisley <elliot(dot)haisley(at)outlook(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] meson: Update meson to enable building postgres as a subproject
Date: 2025-08-30 14:54:46
Message-ID: acokwgv7kjwievq3l5or7rb44sqwdo4xan53nuff4ogwyqasll@s4nk6dyyrpas
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2025-08-30 04:18:05 +0000, Elliot Haisley wrote:
> While working on another project which needed libpq, I tried building postgres
> as a subproject to consume a recent version of libpq, and noticed it failed.
> I've put together a small patch that updates build files to not use
> the global source root, which allows postgres to be built as a meson subproject.

That makes sense. I however can't apply it just now, the PG 18 code is frozen
until mid of the next week due to the release of 18rc1, and I think this
should be backpatched.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-08-30 16:20:39 Re: aio/README.md comments
Previous Message Nathan Bossart 2025-08-30 14:14:46 Re: Improve LWLock tranche name visibility across backends