We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2e810bd commitab4d7a3Copy full SHA for ab4d7a3
src/backend/nls.mk
@@ -13,14 +13,17 @@ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
13
scanner_yyerror\
14
syncrep_yyerror\
15
report_invalid_record:2\
16
- ereport_startup_progress
+ ereport_startup_progress\
17
+ json_manifest_parse_failure:2\
18
+ error_cb:2
19
GETTEXT_FLAGS =$(BACKEND_COMMON_GETTEXT_FLAGS)\
20
GUC_check_errmsg:1:c-format\
21
GUC_check_errdetail:1:c-format\
22
GUC_check_errhint:1:c-format\
23
write_stderr:1:c-format\
24
report_invalid_record:2:c-format\
- ereport_startup_progress:1:c-format
25
+ ereport_startup_progress:1:c-format\
26
+ error_cb:2:c-format
27
28
gettext-files: generated-parser-sources generated-headers
29
find$(srcdir)$(srcdir)/../common$(srcdir)/../port -name'*.c' -print| LC_ALL=C sort>$@