Re: Format list of catalog files in makefile vertically

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Format list of catalog files in makefile vertically
Date: 2023-08-25 13:25:22
Message-ID: 48D94B16-A3A3-4C0F-A54B-3BBB13E45A95@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On August 25, 2023 9:12:51 AM EDT, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>I propose to reformat the catalog lists in src/backend/catalog/Makefile to be more vertical, one per line. This makes it easier to keep that list in sync with src/include/catalog/meson.build, and visually compare both lists. Also, it's easier to read and edit in general.
>
>In passing, I'd also copy over some relevant comments from the makefile to meson.build. For the hypothetical future when we delete the makefiles, these comments seem worth keeping. (For fun, I tested whether the comments are still true, and yes, the order still matters.)

Makes sense to me.

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2023-08-25 13:35:00 Re: Let's make PostgreSQL multi-threaded
Previous Message Peter Eisentraut 2023-08-25 13:12:51 Format list of catalog files in makefile vertically