diff options
-rw-r--r-- | src/bin/pg_dump/nls.mk | 4 | ||||
-rw-r--r-- | src/bin/pg_rewind/nls.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk index ecb4b79b938..7321abb7433 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 8f5f20593ab..d2de8596fa6 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 |