Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9795113

Browse files
committed
Add fe_memutils.c to nls.mk where used
1 parent f90cc26 commit 9795113

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

src/bin/initdb/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# src/bin/initdb/nls.mk
22
CATALOG_NAME = initdb
33
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES = findtimezone.c initdb.c ../../port/dirmod.c ../../port/exec.c ../../port/wait_error.c
4+
GETTEXT_FILES = findtimezone.c initdb.c ../../common/fe_memutils.c ../../port/dirmod.c ../../port/exec.c ../../port/wait_error.c
55
GETTEXT_TRIGGERS = simple_prompt

src/bin/pg_basebackup/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/bin/pg_basebackup/nls.mk
22
CATALOG_NAME = pg_basebackup
33
AVAIL_LANGUAGES = de es fr ja
4-
GETTEXT_FILES = pg_basebackup.c pg_receivexlog.c receivelog.c streamutil.c
4+
GETTEXT_FILES = pg_basebackup.c pg_receivexlog.c receivelog.c streamutil.c ../../common/fe_memutils.c

src/bin/pg_ctl/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/bin/pg_ctl/nls.mk
22
CATALOG_NAME = pg_ctl
33
AVAIL_LANGUAGES = de es fr it ja ko pt_BR ru sv ta tr zh_CN zh_TW
4-
GETTEXT_FILES = pg_ctl.c ../../port/exec.c
4+
GETTEXT_FILES = pg_ctl.c ../../common/fe_memutils.c ../../port/exec.c

src/bin/pg_dump/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
66
pg_backup_directory.c dumputils.c compress_io.c \
77
pg_dump.c common.c pg_dump_sort.c \
88
pg_restore.c pg_dumpall.c \
9-
../../port/exec.c
9+
../../common/fe_memutils.c ../../port/exec.c
1010
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
1111
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
1212
GETTEXT_FLAGS = \

src/bin/psql/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ AVAIL_LANGUAGES = cs de es fr ja pt_BR sv tr zh_CN zh_TW
44
GETTEXT_FILES = command.c common.c copy.c help.c input.c large_obj.c \
55
mainloop.c print.c psqlscan.c startup.c describe.c sql_help.h sql_help.c \
66
tab-complete.c variables.c \
7-
../../port/exec.c ../../port/wait_error.c
7+
../../common/fe_memutils.c ../../port/exec.c ../../port/wait_error.c
88
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
99
GETTEXT_FLAGS = psql_error:1:c-format

src/bin/scripts/nls.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro sv ta tr zh_CN zh_TW
44
GETTEXT_FILES = createdb.c createlang.c createuser.c \
55
dropdb.c droplang.c dropuser.c \
66
clusterdb.c vacuumdb.c reindexdb.c \
7-
common.c
7+
common.c \
8+
../../common/fe_memutils.c
89
GETTEXT_TRIGGERS = simple_prompt yesno_prompt

0 commit comments

Comments
 (0)