aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-16 17:25:20 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-16 17:27:23 +0200
commiteab6e460e00d61e5aae95298a0fe8c79a1653184 (patch)
tree9f08b0dd22bf7401d3d6048ae2e228415d35fe67 /src
parent400f16937328d50a7e8d7f0d158f7c92be1da45a (diff)
downloadpostgresql-eab6e460e00d61e5aae95298a0fe8c79a1653184.tar.gz
postgresql-eab6e460e00d61e5aae95298a0fe8c79a1653184.zip
Fix file reference in nls.mk
Broken by move of fe_archive.c to fe_utils.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_rewind/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk
index 08d6033ec9f..732d2bc2323 100644
--- a/src/bin/pg_rewind/nls.mk
+++ b/src/bin/pg_rewind/nls.mk
@@ -1,7 +1,7 @@
# src/bin/pg_rewind/nls.mk
CATALOG_NAME = pg_rewind
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr zh_CN
-GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c parsexlog.c pg_rewind.c timeline.c xlogreader.c ../../common/fe_archive.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../fe_utils/recovery_gen.c
+GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c parsexlog.c pg_rewind.c timeline.c xlogreader.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../fe_utils/archive.c ../../fe_utils/recovery_gen.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) pg_fatal report_invalid_record:2
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS) \
pg_fatal:1:c-format \