postgresql/src/pl
Tom Lane 3ddeba7403 pltcl didn't work well at all when Tcl had been built with a different
compiler than the one selected to build Postgres with.  It was trying
to feed Postgres-compiler switches to Tcl's compiler.  (Seen this before
with the perl5 interface...) Fix to use only CFLAGS taken from Tcl's
configure information, plus -I which is pretty universal.
2000-04-21 03:28:17 +00:00
..
plperl Security fix for plperl. 2000-04-18 15:04:02 +00:00
plpgsql Show failing OID in 'cache lookup failed' messages. 2000-04-16 04:16:55 +00:00
tcl pltcl didn't work well at all when Tcl had been built with a different 2000-04-21 03:28:17 +00:00
Makefile disable plperl 2000-04-11 17:42:28 +00:00