]> granicus.if.org Git - postgresql/commitdiff
Add file_ops.c to GETTEXT_FILES in nls.mk.
authorFujii Masao <fujii@postgresql.org>
Wed, 8 Apr 2015 04:46:58 +0000 (13:46 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 8 Apr 2015 04:46:58 +0000 (13:46 +0900)
Since file_ops.c contains translatable strings, it should have been listed
in GETTEXT_FILES.

src/bin/pg_rewind/nls.mk

index 69d5396fa139b0368c2ac14f5c99e39c5af35b99..656122630f0ea24a4c83a13bcd926cce86bdc1ca 100644 (file)
@@ -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 \