aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-04-08 13:46:58 +0900
committerFujii Masao <fujii@postgresql.org>2015-04-08 13:46:58 +0900
commit29407f97746ba2543b1845afe8ae22af09d43e45 (patch)
treeacd63b6aa7944a58b410d63ba2e2347b85334b75 /src
parentaea652abd3b6e41eeab58e14dfe3d3120592b443 (diff)
downloadpostgresql-29407f97746ba2543b1845afe8ae22af09d43e45.tar.gz
postgresql-29407f97746ba2543b1845afe8ae22af09d43e45.zip
Add file_ops.c to GETTEXT_FILES in nls.mk.
Since file_ops.c contains translatable strings, it should have been listed in GETTEXT_FILES.
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 69d5396fa13..656122630f0 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 =
-GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.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 ../../../src/backend/access/transam/xlogreader.c
GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2
GETTEXT_FLAGS = pg_log:2:c-format \