summaryrefslogtreecommitdiff
path: root/src/pl/plpython
diff options
context:
space:
mode:
authorTom Lane2022-07-13 18:29:10 +0000
committerTom Lane2022-07-13 18:29:10 +0000
commit54ba2f06236a7588433a5825134759ed798eccbf (patch)
treec805410c6f5560b666b6cb46ef51333a90fb62ca /src/pl/plpython
parent27d2693187d1bcf2563ee7142ba37d4788c8d52b (diff)
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
This reverts commit 617d69141220f277170927e03a19d2f1b77aed77. While I still think the basic idea is attractive, we need to sort out what happens with built .c files, and there also seem to be VPATH issues.
Diffstat (limited to 'src/pl/plpython')
-rw-r--r--src/pl/plpython/nls.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/plpython/nls.mk b/src/pl/plpython/nls.mk
index 1202870a3f6..4c68a0e571d 100644
--- a/src/pl/plpython/nls.mk
+++ b/src/pl/plpython/nls.mk
@@ -1,6 +1,7 @@
# src/pl/plpython/nls.mk
CATALOG_NAME = plpython
-GETTEXT_FILES = $(wildcard *.c)
+GETTEXT_FILES = plpy_cursorobject.c plpy_elog.c plpy_exec.c plpy_main.c plpy_planobject.c plpy_plpymodule.c \
+ plpy_procedure.c plpy_resultobject.c plpy_spi.c plpy_subxactobject.c plpy_typeio.c plpy_util.c
GETTEXT_TRIGGERS = $(BACKEND_COMMON_GETTEXT_TRIGGERS) PLy_elog:2 PLy_exception_set:2 PLy_exception_set_plural:2,3
GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
PLy_elog:2:c-format \