Attached patch for unconditional enabling of pltcl-unknown support.

Bruce Momjian <bruce@momjian.us>

Commit: 1d3a47af0ce4bff7c3b92e614266b8bf45a118ef
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-10-13T04:23:50Z
Releases: 7.2.1
Attached patch for unconditional enabling of pltcl-unknown support.

Enabling this feature adds very light overhead of 1 select from pg_class on
first using of pl/tcl in backend if unknown suppport is really unused.
But pl/tcl with this support has very improved functionality.

Patch includes changes to documentation.

Files

PathChange+/−
configure.in modified +0 −16
doc/src/sgml/installation.sgml modified +1 −10
doc/src/sgml/pltcl.sgml modified +14 −17
src/include/pg_config.h.in modified +1 −4
src/pl/tcl/Makefile modified +1 −11
src/pl/tcl/pltcl.c modified +1 −9