mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 05:17:28 +08:00
the ereport macro. Included in this commit are enough files for starting plpgsql, plpython, plperl and pltcl translations.
6 lines
249 B
Makefile
6 lines
249 B
Makefile
# $PostgreSQL: pgsql/src/pl/plpython/nls.mk,v 1.1 2008/10/09 17:24:05 alvherre Exp $
|
|
CATALOG_NAME := plpython
|
|
AVAIL_LANGUAGES :=
|
|
GETTEXT_FILES := plpython.c
|
|
GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log errhint errcontext write_stderr yyerror
|