From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "Use wildcards instead of manually-maintained file lists |
Date: | 2022-07-13 18:34:22 |
Message-ID: | E1oBhBl-0000ko-H6@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
This reverts commit 617d69141220f277170927e03a19d2f1b77aed77.
While I still think the basic idea is attractive, we need to sort
out what happens with built .c files, and there also seem to be
VPATH issues.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/54ba2f06236a7588433a5825134759ed798eccbf
Modified Files
--------------
src/bin/initdb/nls.mk | 2 +-
src/bin/pg_amcheck/nls.mk | 3 ++-
src/bin/pg_archivecleanup/nls.mk | 2 +-
src/bin/pg_basebackup/nls.mk | 14 +++++++++++++-
src/bin/pg_checksums/nls.mk | 3 ++-
src/bin/pg_config/nls.mk | 2 +-
src/bin/pg_controldata/nls.mk | 2 +-
src/bin/pg_ctl/nls.mk | 2 +-
src/bin/pg_dump/nls.mk | 8 +++++++-
src/bin/pg_resetwal/nls.mk | 2 +-
src/bin/pg_rewind/nls.mk | 2 +-
src/bin/pg_test_fsync/nls.mk | 2 +-
src/bin/pg_test_timing/nls.mk | 2 +-
src/bin/pg_upgrade/nls.mk | 4 +++-
src/bin/pg_verifybackup/nls.mk | 4 +++-
src/bin/pg_waldump/nls.mk | 2 +-
src/bin/psql/nls.mk | 6 +++++-
src/bin/scripts/nls.mk | 7 ++++++-
src/interfaces/ecpg/ecpglib/nls.mk | 2 +-
src/interfaces/ecpg/preproc/nls.mk | 2 +-
src/interfaces/libpq/nls.mk | 2 +-
src/pl/plperl/nls.mk | 2 +-
src/pl/plpgsql/src/nls.mk | 2 +-
src/pl/plpython/nls.mk | 3 ++-
src/pl/tcl/nls.mk | 2 +-
25 files changed, 59 insertions(+), 25 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2022-07-13 23:38:50 | pgsql: Fix output of createuser --help with --valid-until |
Previous Message | Tom Lane | 2022-07-13 18:24:49 | Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines. |