]> granicus.if.org Git - postgresql/commitdiff
Residual cleanup from making pltcl unknown support always enabled.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2001 15:24:23 +0000 (15:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Oct 2001 15:24:23 +0000 (15:24 +0000)
src/Makefile.global.in
src/pl/tcl/modules/README

index d5123abb235a3a68e94c3ded82ebd8de327ae207..9bed4dcc02cbab13fde4d5fe36f609e67c618758 100644 (file)
@@ -1,5 +1,5 @@
 # -*-makefile-*-
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.139 2001/09/22 22:54:32 petere Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.140 2001/10/13 15:24:23 tgl Exp $
 
 #------------------------------------------------------------------------------
 # All PostgreSQL makefiles include this file and use the variables it sets,
@@ -124,7 +124,6 @@ with_java   = @with_java@
 with_perl      = @with_perl@
 with_python    = @with_python@
 with_tcl       = @with_tcl@
-enable_pltcl_unknown   = @enable_pltcl_unknown@
 with_tk                = @with_tk@
 enable_odbc    = @enable_odbc@
 with_iodbc     = @with_iodbc@
index 4a948c52878a1f38ff897f6bfed2d430bfd325f5..2905cfe8cb5607f1ef65b472a82cba5089d03121 100644 (file)
@@ -1,7 +1,4 @@
 
-    The module support over the unknown command requires, that
-    the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
-
     Regular Tcl scripts of any size (over 8K :-) can be loaded into
     the table pltcl_modules using the pltcl_loadmod script. The script
     checks the modules that the procedure names don't overwrite
     All procedures defined in the module files are automatically
     added to the table pltcl_modfuncs. This table is used by the
     unknown procedure to determine if an unknown command can be
-    loaded by sourcing a module. In that case the unknonw procedure
+    loaded by sourcing a module. In that case the unknown procedure
     will silently source in the module and reexecute the original
     command that invoked unknown.
 
-    I know, thist readme should be more explanatory - but time.
+    I know, this readme should be more explanatory - but time.
 
 
 Jan