pgsql: Format list of catalog files in makefile vertically

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Format list of catalog files in makefile vertically
Date: 2023-08-28 04:27:30
Message-ID: E1qaTqb-001HyL-TK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <andres(at)anarazel(dot)de>
Reviewed-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-08-28 04:50:33 pgsql: Tighten handling of "ago" in interval values
Previous Message Michael Paquier 2023-08-28 03:54:08 pgsql: Remove dead code in DecodeInterval()