pg_upgrade: include additional detail in cluster check
[pgsql.git] / src / backend / nls.mk
blob8263527c8514de21394e38a699d9c8899b8ca591
1 # src/backend/nls.mk
2 CATALOG_NAME = postgres
3 GETTEXT_FILES = + gettext-files
4 GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) \
5 GUC_check_errmsg \
6 GUC_check_errdetail \
7 GUC_check_errhint \
8 write_stderr \
9 yyerror \
10 jsonpath_yyerror:3 \
11 parser_yyerror \
12 replication_yyerror \
13 scanner_yyerror \
14 syncrep_yyerror \
15 report_invalid_record:2 \
16 ereport_startup_progress
17 GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
18 GUC_check_errmsg:1:c-format \
19 GUC_check_errdetail:1:c-format \
20 GUC_check_errhint:1:c-format \
21 write_stderr:1:c-format \
22 report_invalid_record:2:c-format \
23 ereport_startup_progress:1:c-format
25 gettext-files: distprep
26 find $(srcdir) $(srcdir)/../common $(srcdir)/../port -name '*.c' -print | LC_ALL=C sort >$@
28 my-clean:
29 rm -f gettext-files
31 .PHONY: my-clean
32 clean: my-clean