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 b51f86e commit 7cd171aCopy full SHA for 7cd171a
src/bin/pg_verifybackup/nls.mk
@@ -8,7 +8,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
8
../../common/cryptohash_openssl.c \
9
../../common/fe_memutils.c \
10
../../common/jsonapi.c \
11
- ../../common/parse_manifest.c
+ ../../common/parse_manifest.c \
12
+ ../../fe_utils/astreamer_gzip.c \
13
+ ../../fe_utils/astreamer_lz4.c \
14
+ ../../fe_utils/astreamer_tar.c \
15
+ ../../fe_utils/astreamer_zstd.c
16
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
17
json_token_error:2 \
18
json_manifest_parse_failure:2 \
0 commit comments