Re: cleanup: Split long Makefile lists across lines and sort them

Jelte Fennema-Nio <postgres@jeltef.nl>

From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Chao Li" <li.evan.chao@gmail.com>
Cc: "zengman" <zengman@halodbtech.com>, "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2025-12-26T17:30:53Z
Lists: pgsql-hackers

Attachments

On Thu Dec 25, 2025 at 10:37 AM CET, Chao Li 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.