Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf42b88d

Browse files
committed
Residual cleanup from making pltcl unknown support always enabled.
1 parentb2c37b4 commitf42b88d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.139 2001/09/22 22:54:32 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.140 2001/10/13 15:24:23 tgl Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -124,7 +124,6 @@ with_java= @with_java@
124124
with_perl= @with_perl@
125125
with_python= @with_python@
126126
with_tcl= @with_tcl@
127-
enable_pltcl_unknown= @enable_pltcl_unknown@
128127
with_tk= @with_tk@
129128
enable_odbc= @enable_odbc@
130129
with_iodbc= @with_iodbc@

‎src/pl/tcl/modules/README

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11

2-
The module support over the unknown command requires, that
3-
the PL/Tcl call handler is compiled with -DPLTCL_UNKNOWN_SUPPORT.
4-
52
Regular Tcl scripts of any size (over 8K :-) can be loaded into
63
the table pltcl_modules using the pltcl_loadmod script. The script
74
checks the modules that the procedure names don't overwrite
@@ -11,11 +8,11 @@
118
All procedures defined in the module files are automatically
129
added to the table pltcl_modfuncs. This table is used by the
1310
unknown procedure to determine if an unknown command can be
14-
loaded by sourcing a module. In that case theunknonw procedure
11+
loaded by sourcing a module. In that case theunknown procedure
1512
will silently source in the module and reexecute the original
1613
command that invoked unknown.
1714

18-
I know,thist readme should be more explanatory - but time.
15+
I know,this readme should be more explanatory - but time.
1916

2017

2118
Jan

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp