Format list of catalog files in makefile vertically - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Format list of catalog files in makefile vertically
Date
Msg-id a306be82-ee71-4554-d499-49a45a654396@eisentraut.org
Whole thread Raw
Responses Re: Format list of catalog files in makefile vertically
Re: Format list of catalog files in makefile vertically
List pgsql-hackers
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.)
Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Unlogged relation copy is not fsync'd
Next
From: Andres Freund
Date:
Subject: Re: Format list of catalog files in makefile vertically