Re: [PATCH] Missing dep on Catalog.pm in meson rules - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PATCH] Missing dep on Catalog.pm in meson rules
Date
Msg-id 20230602130028.yf4jagpqqmivhx77@alap3.anarazel.de
Whole thread Raw
In response to Re: [PATCH] Missing dep on Catalog.pm in meson rules  ("Tristan Partin" <tristan@neon.tech>)
Responses Re: [PATCH] Missing dep on Catalog.pm in meson rules
List pgsql-hackers
Hi,

On 2023-06-01 23:06:04 -0500, Tristan Partin wrote:
> In our case, we should add the ^line to src/backend/catalog/meson.build.

src/backend is only reached well after src/include, due to needing
dependencies on files generated in src/include.

I wonder if we instead could just make perl output the files it loads and
handle dependencies automatically that way? But that's more work, so it's
probably the right thing to go for the manual path for now.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Nishant Sharma
Date:
Subject: Re: postgres_fdw: wrong results with self join + enable_nestloop off
Next
From: "Tristan Partin"
Date:
Subject: Re: [PATCH] Missing dep on Catalog.pm in meson rules