1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00

Add more source files to pg_verifybackup/nls.mk

also related to commit 8dfd3129027
This commit is contained in:
Peter Eisentraut 2025-04-14 08:32:46 +02:00
parent b51f86e49a
commit 7cd171a5d2

View File

@ -8,7 +8,11 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
../../common/cryptohash_openssl.c \
../../common/fe_memutils.c \
../../common/jsonapi.c \
../../common/parse_manifest.c
../../common/parse_manifest.c \
../../fe_utils/astreamer_gzip.c \
../../fe_utils/astreamer_lz4.c \
../../fe_utils/astreamer_tar.c \
../../fe_utils/astreamer_zstd.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
json_token_error:2 \
json_manifest_parse_failure:2 \