Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ed7f05

Browse filesBrowse files
committed
Add missing source files to nls.mk
1 parent f7c0970 commit 4ed7f05
Copy full SHA for 4ed7f05

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎src/bin/pg_amcheck/nls.mk

Copy file name to clipboardExpand all lines: src/bin/pg_amcheck/nls.mk
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
CATALOG_NAME = pg_amcheck
33
AVAIL_LANGUAGES =
44
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
5-
pg_amcheck.c
5+
pg_amcheck.c \
6+
../../fe_utils/cancel.c \
7+
../../fe_utils/connect_utils.c \
8+
../../fe_utils/query_utils.c
69
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
710
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

‎src/bin/scripts/nls.mk

Copy file name to clipboardExpand all lines: src/bin/scripts/nls.mk
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
99
common.c \
1010
../../fe_utils/parallel_slot.c \
1111
../../fe_utils/cancel.c ../../fe_utils/print.c \
12+
../../fe_utils/connect_utils.c ../../fe_utils/query_utils.c \
1213
../../common/fe_memutils.c ../../common/username.c
1314
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt yesno_prompt
1415
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.