Re: Improve prep_buildtree - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: Improve prep_buildtree
Date
Msg-id CAOYmi+mFp6o2dw_P0=WVWGsXUHCKEgAqFMLFn1u0GyLWAjdUog@mail.gmail.com
Whole thread Raw
In response to Re: Improve prep_buildtree  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Jul 30, 2025 at 6:35 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> For this purpose, I think it's better for us to rely on things we
> control than things Meson controls.  Adding a new top-level directory
> is rare enough that I don't see a problem with needing to update
> prep_buildtree.

+1. (This approach should also keep prep_buildtree from recursing into
my git worktrees and vpaths, so I'm excited to give it a try!)

--Jacob



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Support getrandom() for pg_strong_random() source
Next
From: Xuneng Zhou
Date:
Subject: Re: Add progressive backoff to XactLockTableWait functions