Attached patch for unconditional enabling of pltcl-unknown support.
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |