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

Commit 77b4101

Browse files
committed
Add missing source files to nls.mk
These are files under common/ that have been moved around. Updating these manually is not satisfactory, but it's the only solution at the moment.
1 parent d3c9806 commit 77b4101

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/bin/initdb/nls.mk

+1-1
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 pl pt_BR ru zh_CN
4-
GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/wait_error.c ../../port/dirmod.c
4+
GETTEXT_FILES = findtimezone.c initdb.c ../../common/exec.c ../../common/fe_memutils.c ../../common/pgfnames.c ../../common/rmtree.c ../../common/username.c ../../common/wait_error.c ../../port/dirmod.c
55
GETTEXT_TRIGGERS = simple_prompt

src/bin/pg_dump/nls.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ GETTEXT_FILES = pg_backup_archiver.c pg_backup_db.c pg_backup_custom.c \
77
pg_dump.c common.c pg_dump_sort.c \
88
pg_restore.c pg_dumpall.c \
99
parallel.c parallel.h pg_backup_utils.c pg_backup_utils.h \
10-
../../common/exec.c ../../common/fe_memutils.c
10+
../../common/exec.c ../../common/fe_memutils.c \
11+
../../common/wait_error.c
1112
GETTEXT_TRIGGERS = write_msg:2 exit_horribly:2 simple_prompt \
1213
ExecuteSqlCommand:3 ahlog:3 warn_or_exit_horribly:3
1314
GETTEXT_FLAGS = \

src/bin/psql/nls.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru 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-
../../common/exec.c ../../common/fe_memutils.c ../../common/wait_error.c
7+
../../common/exec.c ../../common/fe_memutils.c ../../common/username.c \
8+
../../common/wait_error.c
89
GETTEXT_TRIGGERS = N_ psql_error simple_prompt
910
GETTEXT_FLAGS = psql_error:1:c-format

src/bin/scripts/nls.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ GETTEXT_FILES = createdb.c createlang.c createuser.c \
66
clusterdb.c vacuumdb.c reindexdb.c \
77
pg_isready.c \
88
common.c \
9-
../../common/fe_memutils.c
9+
../../common/fe_memutils.c ../../common/username.c
1010
GETTEXT_TRIGGERS = simple_prompt yesno_prompt

0 commit comments

Comments
 (0)