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

Lists: pgsql-committers
From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in oc/src/sgml/installation. ...
Date: 2001-10-13 04:23:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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.