aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-18 22:40:41 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-18 22:40:41 -0400
commit866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a (patch)
treebbfdfaf919d92bfa02121df540ac4e464416a77d
parentbd313ba8a91a19659bf92014df96f7e58bfdd2fe (diff)
downloadpostgresql-866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a.tar.gz
postgresql-866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a.zip
Simplify GETTEXT_FILES list
-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 64250dea701..54b8961f06a 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 =de it ru
-GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../../src/backend/access/transam/xlogreader.c
+GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c xlogreader.c
GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2
GETTEXT_FLAGS = pg_log:2:c-format \