From: Fujii Masao Date: Wed, 8 Apr 2015 02:06:25 +0000 (+0900) Subject: Mark the second argument of pg_log as the translatable string in nls.mk. X-Git-Tag: REL9_5_ALPHA1~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b216ad7;p=postgresql Mark the second argument of pg_log as the translatable string in nls.mk. --- diff --git a/src/bin/pg_rewind/nls.mk b/src/bin/pg_rewind/nls.mk index 69e87d15fa..69d5396fa1 100644 --- a/src/bin/pg_rewind/nls.mk +++ b/src/bin/pg_rewind/nls.mk @@ -3,7 +3,7 @@ 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_TRIGGERS = pg_log pg_fatal report_invalid_record:2 +GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2 GETTEXT_FLAGS = pg_log:2:c-format \ pg_fatal:1:c-format \ report_invalid_record:2:c-format