aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-01-09 12:34:24 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-01-09 12:34:24 -0300
commita1aa00657e7af9475f47dc2723fd1a375a55b09e (patch)
tree8f431146722e30a662fbf34675edcb56b880379e /src
parent1a366d51effd0e9f3301d68c2d3dce09c8c43d1f (diff)
downloadpostgresql-a1aa00657e7af9475f47dc2723fd1a375a55b09e.tar.gz
postgresql-a1aa00657e7af9475f47dc2723fd1a375a55b09e.zip
xlogreader.c: Fix report_invalid_record translatability flag
For some reason I overlooked in GETTEXT_TRIGGERS that the right argument be read by gettext in 7fcbf6a405ffc12a4546a25b98592ee6733783fc. This will drop the translation percentages for the backend all the way back to 9.3 ... Problem reported by Heikki.
Diffstat (limited to 'src')
-rw-r--r--src/backend/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/nls.mk b/src/backend/nls.mk
index d69722fb801..f27173d0ed2 100644
--- a/src/backend/nls.mk
+++ b/src/backend/nls.mk
@@ -4,7 +4,7 @@ AVAIL_LANGUAGES = de es fr it ja pl pt_BR ru zh_CN zh_TW
GETTEXT_FILES = + gettext-files
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
- write_stderr yyerror parser_yyerror report_invalid_record
+ write_stderr yyerror parser_yyerror report_invalid_record:2
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
GUC_check_errmsg:1:c-format \
GUC_check_errdetail:1:c-format \