8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3678d commit 5162f66Copy full SHA for 5162f66
src/bin/initdb/nls.mk
@@ -11,6 +11,7 @@ GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
11
../../common/rmtree.c \
12
../../common/username.c \
13
../../common/wait_error.c \
14
+ ../../fe_utils/option_utils.c \
15
../../port/dirmod.c
16
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt
17
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
src/bin/pg_resetwal/nls.mk
@@ -2,6 +2,7 @@
2
CATALOG_NAME = pg_resetwal
3
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
4
pg_resetwal.c \
5
- ../../common/restricted_token.c
+ ../../common/restricted_token.c \
6
+ ../../fe_utils/option_utils.c
7
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
8
0 commit comments