cleanup: Split long Makefile lists across lines and sort them

Jelte Fennema-Nio <postgres@jeltef.nl>

From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "PostgreSQL Hackers" <pgsql-hackers@lists.postgresql.org>, "Andres Freund" <andres@anarazel.de>, "Jacob Champion" <jacob.champion@enterprisedb.com>
Date: 2025-12-24T13:28:19Z
Lists: pgsql-hackers

Attachments

This makes sure that the lines don't get excessively long, while keeping
diffs that add/remove elements small.

For context: this was extracted from the pytest patchset and extended to more places based on Andres his recommendation.