Skip to content

Commit 99322d6

Browse files
committed
Add missing source files to nls.mk
1 parent e0693fa commit 99322d6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/bin/pg_dump/nls.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
88
pg_backup_tar.c \
99
pg_backup_directory.c \
1010
dumputils.c \
11+
compress_gzip.c \
1112
compress_io.c \
13+
compress_lz4.c \
14+
compress_none.c \
15+
compress_zstd.c \
1216
pg_dump.c \
1317
common.c \
1418
pg_dump_sort.c \

src/bin/pg_rewind/nls.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
1111
timeline.c \
1212
xlogreader.c \
1313
../../common/fe_memutils.c \
14+
../../common/percentrepl.c \
1415
../../common/restricted_token.c \
1516
../../fe_utils/archive.c \
1617
../../fe_utils/recovery_gen.c

0 commit comments

Comments
 (0)