Add mklang.sh.in to plpgsql.

This commit is contained in:
Bruce Momjian 1998-10-12 04:55:03 +00:00
parent 0f78649ccc
commit c743b8cecd
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.33 1998/10/09 07:01:24 thomas Exp $
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.34 1998/10/12 04:54:58 momjian Exp $
#
#-------------------------------------------------------------------------
@ -76,6 +76,8 @@ distclean: clean
Makefile.global \
backend/port/Makefile \
bin/psql/Makefile \
bin/pgtclsh/mkMakefile.tcltkdefs.sh \
bin/pgtclsh/Makefile.tcltkdefs \
bin/pg_dump/Makefile \
bin/pg_version/Makefile \
include/config.h \

View File

@ -1,11 +1,11 @@
--
-- PL/pgSQL language declaration
--
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql,v 1.3 1998/10/12 04:40:48 momjian Exp $
-- $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/mklang.sql.in,v 1.1 1998/10/12 04:55:03 momjian Exp $
--
create function plpgsql_call_handler() returns opaque
as '${exec_prefix}/lib/plpgsql.so'
as '@libdir@/plpgsql.so'
language 'C';
create trusted procedural language 'plpgsql'