File tree Expand file tree Collapse file tree 7 files changed +51
-42
lines changed Expand file tree Collapse file tree 7 files changed +51
-42
lines changed Original file line number Diff line number Diff line change 22CATALOG_NAME = postgres
33GETTEXT_FILES = + gettext-files
44GETTEXT_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
1717GETTEXT_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
2424
2525gettext-files : generated-parser-sources generated-headers
2626 find $(srcdir ) $(srcdir ) /../common $(srcdir ) /../port -name ' *.c' -print | LC_ALL=C sort > $@
Original file line number Diff line number Diff line change 11# src/bin/pg_combinebackup/nls.mk
22CATALOG_NAME = pg_combinebackup
33GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES ) \
4- backup_label.c \
5- copy_file.c \
6- load_manifest.c \
7- pg_combinebackup.c \
8- reconstruct.c \
9- write_manifest.c
4+ backup_label.c \
5+ copy_file.c \
6+ load_manifest.c \
7+ pg_combinebackup.c \
8+ reconstruct.c \
9+ write_manifest.c
1010GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS )
1111GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
3030 ../../fe_utils/option_utils.c
3131GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) \
3232 simple_prompt \
33- ExecuteSqlCommand:3 warn_or_exit_horribly:2
33+ ExecuteSqlCommand:3 \
34+ warn_or_exit_horribly:2
3435GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS ) \
35- warn_or_exit_horribly:2:c-format
36+ warn_or_exit_horribly:2:c-format
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
1515 ../../common/restricted_token.c \
1616 ../../fe_utils/archive.c \
1717 ../../fe_utils/recovery_gen.c
18- GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) report_invalid_record:2
18+ GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) \
19+ report_invalid_record:2
1920GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS ) \
20- report_invalid_record:2:c-format
21+ report_invalid_record:2:c-format
Original file line number Diff line number Diff line change @@ -15,10 +15,13 @@ GETTEXT_FILES = check.c \
1515 tablespace.c \
1616 util.c \
1717 version.c
18- GETTEXT_TRIGGERS = pg_fatal pg_log:2 prep_status prep_status_progress report_status:2
19- GETTEXT_FLAGS = \
20- pg_fatal:1:c-format \
21- pg_log:2:c-format \
22- prep_status:1:c-format \
23- prep_status_progress:1:c-format \
24- report_status:2:c-format
18+ GETTEXT_TRIGGERS = pg_fatal \
19+ pg_log:2 \
20+ prep_status \
21+ prep_status_progress \
22+ report_status:2
23+ GETTEXT_FLAGS = pg_fatal:1:c-format \
24+ pg_log:2:c-format \
25+ prep_status:1:c-format \
26+ prep_status_progress:1:c-format \
27+ report_status:2:c-format
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
44 pg_waldump.c \
55 xlogreader.c \
66 xlogstats.c
7- GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) report_invalid_record:2
7+ GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) \
8+ report_invalid_record:2
89GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS ) \
9- report_invalid_record:2:c-format
10+ report_invalid_record:2:c-format
Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ GETTEXT_FILES = plpy_cursorobject.c \
1212 plpy_subxactobject.c \
1313 plpy_typeio.c \
1414 plpy_util.c
15- GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS ) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
15+ GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS ) \
16+ PLy_elog:2 \
17+ PLy_exception_set:2 \
18+ PLy_exception_set_plural:2,3
1619GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS ) \
17- PLy_elog:2:c-format \
18- PLy_exception_set:2:c-format \
19- PLy_exception_set_plural:2:c-format \
20- PLy_exception_set_plural:3:c-format
20+ PLy_elog:2:c-format \
21+ PLy_exception_set:2:c-format \
22+ PLy_exception_set_plural:2:c-format \
23+ PLy_exception_set_plural:3:c-format
You can’t perform that action at this time.
0 commit comments