8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0693fa commit 99322d6Copy full SHA for 99322d6
src/bin/pg_dump/nls.mk
@@ -8,7 +8,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
8
pg_backup_tar.c \
9
pg_backup_directory.c \
10
dumputils.c \
11
+ compress_gzip.c \
12
compress_io.c \
13
+ compress_lz4.c \
14
+ compress_none.c \
15
+ compress_zstd.c \
16
pg_dump.c \
17
common.c \
18
pg_dump_sort.c \
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
0 commit comments