Re: cleanup: Split long Makefile lists across lines and sort them - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: cleanup: Split long Makefile lists across lines and sort them
Date
Msg-id aVB5OdNdbUP2eGPy@paquier.xyz
Whole thread Raw
In response to Re: cleanup: Split long Makefile lists across lines and sort them  (Michael Paquier <michael@paquier.xyz>)
Responses 回复: cleanup: Split long Makefile lists across lines and sort them
List pgsql-hackers
On Sat, Dec 27, 2025 at 08:30:59AM +0900, Michael Paquier wrote:
> On Fri, Dec 26, 2025 at 06:30:53PM +0100, Jelte Fennema-Nio wrote:
>> > If we look at existing Makefiles, they don’t add a tailing “\” in the last line of lists, so let’s keep
consistent.
>>
>> Alright, attached is one without the trailing backslash. If we want to
>> add those let's indeed do it in a dedicated patch that makes all of such
>> lists consistently use them.

Expanded that to a few more SUBDIRS noticed on the way, without the
backslash after the last item of each list, and applied the result.

We have quite a few more REGRESS lists in contrib/.  Would these be
worth changing for test_decoding or pg_stat_statements at least?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Fixes a clip bug in pg_stat_get_backend_activity()
Next
From: Chengpeng Yan
Date:
Subject: Re: Add a greedy join search algorithm to handle large join problems