Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8bcce1

Browse files
committed
Add missing gettext triggers
due to the changes in commit dac048f
1 parent 6059946 commit d8bcce1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/nls.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
77
GUC_check_errhint \
88
write_stderr \
99
yyerror \
10+
jsonpath_yyerror:3 \
1011
parser_yyerror \
12+
replication_yyerror \
1113
scanner_yyerror \
14+
syncrep_yyerror \
1215
report_invalid_record:2 \
1316
ereport_startup_progress
1417
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \

0 commit comments

Comments
 (0)