Skip to content

Commit

Permalink
Add missing source files to pg_combinebackup/nls.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed May 14, 2024
1 parent 83ae824 commit 9eb54a2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/bin/pg_combinebackup/nls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
load_manifest.c \
pg_combinebackup.c \
reconstruct.c \
write_manifest.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
write_manifest.c \
../../common/fe_memutils.c \
../../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

0 comments on commit 9eb54a2

Please sign in to comment.