mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add missing source files to pg_combinebackup/nls.mk
This commit is contained in:
parent
83ae824c87
commit
9eb54a258f
@ -6,6 +6,12 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
|||||||
load_manifest.c \
|
load_manifest.c \
|
||||||
pg_combinebackup.c \
|
pg_combinebackup.c \
|
||||||
reconstruct.c \
|
reconstruct.c \
|
||||||
write_manifest.c
|
write_manifest.c \
|
||||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
../../common/fe_memutils.c \
|
||||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|
../../common/jsonapi.c \
|
||||||
|
../../common/parse_manifest.c
|
||||||
|
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) \
|
||||||
|
json_manifest_parse_failure:2 \
|
||||||
|
error_cb:2
|
||||||
|
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
|
||||||
|
error_cb:2:c-format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user