Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit045c68a

Browse files
committed
xlogreader.c: Fix report_invalid_record translatability flag
For some reason I overlooked in GETTEXT_TRIGGERS that the right argumentbe read by gettext in7fcbf6a. Thiswill drop the translation percentages for the backend all the way backto 9.3 ...Problem reported by Heikki.
1 parentc219cbf commit045c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AVAIL_LANGUAGES = de es fr it ja pl pt_BR ru zh_CN
44
GETTEXT_FILES = + gettext-files
55
GETTEXT_TRIGGERS =$(BACKEND_COMMON_GETTEXT_TRIGGERS)\
66
GUC_check_errmsg GUC_check_errdetail GUC_check_errhint\
7-
write_stderr yyerror parser_yyerror report_invalid_record
7+
write_stderr yyerror parser_yyerror report_invalid_record:2
88
GETTEXT_FLAGS =$(BACKEND_COMMON_GETTEXT_FLAGS)\
99
GUC_check_errmsg:1:c-format\
1010
GUC_check_errdetail:1:c-format\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp