pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

Started by Tom Lanealmost 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/07/31 15:36:47

Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/init: miscinit.c
src/pl/plperl : plperl.c
src/pl/plpgsql/src: pl_comp.c pl_handler.c plpgsql.h
src/pl/plpython: plpython.c
src/pl/tcl : pltcl.c

Log message:
Cause library-preload feature to report error if specified initialization
function is not found. Also, make all the PL libraries have initialization
functions with standard names. Patch from Joe Conway.