summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2023-04-14 07:56:04 +0000
committerPeter Eisentraut2023-04-14 07:56:04 +0000
commit99322d6eee6445665c1fb131ec6130924b7673b6 (patch)
tree0bdacd5760003ca91cbca7fb083d155f40ef09d4
parente0693faf797f997f45bee8e572e8b4288cc7eaeb (diff)
Add missing source files to nls.mk
-rw-r--r--src/bin/pg_dump/nls.mk4
-rw-r--r--src/bin/pg_rewind/nls.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk
index ecb4b79b93..7321abb743 100644
--- a/src/bin/pg_dump/nls.mk
+++ b/src/bin/pg_dump/nls.mk
@@ -8,7 +8,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
pg_backup_tar.c \
pg_backup_directory.c \
dumputils.c \
+ compress_gzip.c \
compress_io.c \
+ compress_lz4.c \
+ compress_none.c \
+ compress_zstd.c \
pg_dump.c \
common.c \
pg_dump_sort.c \
diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk
index 8f5f20593a..d2de8596fa 100644
--- a/src/bin/pg_rewind/nls.mk
+++ b/src/bin/pg_rewind/nls.mk
@@ -11,6 +11,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
timeline.c \
xlogreader.c \
../../common/fe_memutils.c \
+ ../../common/percentrepl.c \
../../common/restricted_token.c \
../../fe_utils/archive.c \
../../fe_utils/recovery_gen.c