Thread: pgsql/ /configure.in oc/src/sgml/installation. ...

pgsql/ /configure.in oc/src/sgml/installation. ...

From
momjian@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    01/10/13 00:23:50

Modified files:
    .              : configure.in
    doc/src/sgml   : installation.sgml pltcl.sgml
    src/include    : pg_config.h.in
    src/pl/tcl     : Makefile pltcl.c

Log message:
    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.