|
2 | 2 | CATALOG_NAME = postgres
|
3 | 3 | GETTEXT_FILES = + gettext-files
|
4 | 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 |
| 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 | 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 |
| 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 |
24 | 24 |
|
25 | 25 | gettext-files: generated-parser-sources generated-headers
|
26 | 26 | find$(srcdir)$(srcdir)/../common$(srcdir)/../port -name'*.c' -print| LC_ALL=C sort>$@
|
|