aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_test_timing
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-06-13 10:17:36 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-06-13 10:17:36 +0200
commitad8877cb513733d8bb98d24770a094b81c27e4c5 (patch)
treefaafc6dab4b18953ca0656c0d279bc2bb8d63a9c /src/bin/pg_test_timing
parent6ac5600a36c1950e1470ccb16038e6b8ca4e6eba (diff)
downloadpostgresql-ad8877cb513733d8bb98d24770a094b81c27e4c5.tar.gz
postgresql-ad8877cb513733d8bb98d24770a094b81c27e4c5.zip
Add missing source files to nls.mk
Files in common/ and fe_utils/ that contain translatable strings need to be listed in the nls.mk files of the programs that use them. (Not great, but that's the way it works for now.) This usually requires some manual analysis which is done about once during each major release beta period. This time, I wrote a hackish script that figures some of this out more automatically, so this update is a bit larger as it also includes some files that were missed in the past.
Diffstat (limited to 'src/bin/pg_test_timing')
-rw-r--r--src/bin/pg_test_timing/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_test_timing/nls.mk b/src/bin/pg_test_timing/nls.mk
index 331931c591f..c1255db64cd 100644
--- a/src/bin/pg_test_timing/nls.mk
+++ b/src/bin/pg_test_timing/nls.mk
@@ -1,3 +1,3 @@
# src/bin/pg_test_timing/nls.mk
CATALOG_NAME = pg_test_timing
-GETTEXT_FILES = pg_test_timing.c
+GETTEXT_FILES = pg_test_timing.c ../../common/fe_memutils.c