Re: Put genbki.pl output into src/include/catalog/ directly

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Put genbki.pl output into src/include/catalog/ directly
Date: 2024-03-14 06:27:40
Message-ID: 416c81c6-aa1a-489a-9bd1-e5c3aed92384@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 14.03.24 02:33, Andreas Karlsson wrote:
> On 3/13/24 12:41 PM, Andreas Karlsson wrote:
>> On 2/8/24 8:58 AM, Peter Eisentraut wrote:
>>> I think keeping the two build systems aligned this way will be useful
>>> for longer-term maintenance.
>>
>> Agreed, so started reviewing the patch. Attached is a rebased version
>> of the patch to solve a conflict.
>
> I have reviewed the patch now and would say it looks good. I like how we
> remove the symlinks plus make things more similar to the meson build so
> I think we should merge this.
>
> I tried building, running tests, running make clean, running make
> install and tried building with meson (plus checking that meson really
> checks for the generated files and actually refuse to build). Everything
> worked as expected.
>
> The code changes look clean and mostly consist of moving code. I
> personally think this is ready for committer.

Committed, thanks.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-03-14 06:39:05 pgsql: Introduce "builtin" collation provider.
Previous Message Tatsuro Yamada 2024-03-14 06:02:04 Fix the synopsis of pg_md5_hash