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 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 > $@
Original file line number Diff line number Diff line change 1
1
# src/bin/pg_combinebackup/nls.mk
2
2
CATALOG_NAME = pg_combinebackup
3
3
GETTEXT_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
10
10
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS )
11
11
GETTEXT_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) \
30
30
../../fe_utils/option_utils.c
31
31
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS ) \
32
32
simple_prompt \
33
- ExecuteSqlCommand:3 warn_or_exit_horribly:2
33
+ ExecuteSqlCommand:3 \
34
+ warn_or_exit_horribly:2
34
35
GETTEXT_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) \
15
15
../../common/restricted_token.c \
16
16
../../fe_utils/archive.c \
17
17
../../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
19
20
GETTEXT_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 \
15
15
tablespace.c \
16
16
util.c \
17
17
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) \
4
4
pg_waldump.c \
5
5
xlogreader.c \
6
6
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
8
9
GETTEXT_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 \
12
12
plpy_subxactobject.c \
13
13
plpy_typeio.c \
14
14
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
16
19
GETTEXT_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