Re: Format list of catalog files in makefile vertically
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-08-26T16:38:15Z
Lists: pgsql-hackers
On 2023-Aug-25, Peter Eisentraut 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. +1 > 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.) Sure. -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "La experiencia nos dice que el hombre peló millones de veces las patatas, pero era forzoso admitir la posibilidad de que en un caso entre millones, las patatas pelarían al hombre" (Ijon Tichy)
Commits
-
Format list of catalog files in makefile vertically
- 9a0ddc39c64b 17.0 landed