Format list of catalog files in makefile vertically This makes it easier to compare the lists visually with the corresponding meson lists.
In passing, copy over some relevant comments from the makefiles to meson.build. Reviewed-by: Andres Freund <and...@anarazel.de> Reviewed-by: Alvaro Herrera <alvhe...@alvh.no-ip.org> Discussion: https://www.postgresql.org/message-id/flat/a306be82-ee71-4554-d499-49a45a654396%40eisentraut.org Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/9a0ddc39c64b8dddddf4f58eb137f53bf94eb098 Modified Files -------------- src/backend/catalog/Makefile | 113 +++++++++++++++++++++++++++++++--------- src/include/catalog/meson.build | 5 ++ 2 files changed, 93 insertions(+), 25 deletions(-)