Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f42b88d1
Commit
f42b88d1
authored
23 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Residual cleanup from making pltcl unknown support always enabled.
parent
b2c37b4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.global.in
+1
-2
1 addition, 2 deletions
src/Makefile.global.in
src/pl/tcl/modules/README
+2
-5
2 additions, 5 deletions
src/pl/tcl/modules/README
with
3 additions
and
7 deletions
src/Makefile.global.in
+
1
−
2
View file @
f42b88d1
# -*-makefile-*-
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
39
2001/
09/22 22:54:32 petere
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
40
2001/
10/13 15:24:23 tgl
Exp $
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
# All PostgreSQL makefiles include this file and use the variables it sets,
...
@@ -124,7 +124,6 @@ with_java = @with_java@
...
@@ -124,7 +124,6 @@ with_java = @with_java@
with_perl
=
@with_perl@
with_perl
=
@with_perl@
with_python
=
@with_python@
with_python
=
@with_python@
with_tcl
=
@with_tcl@
with_tcl
=
@with_tcl@
enable_pltcl_unknown
=
@enable_pltcl_unknown@
with_tk
=
@with_tk@
with_tk
=
@with_tk@
enable_odbc
=
@enable_odbc@
enable_odbc
=
@enable_odbc@
with_iodbc
=
@with_iodbc@
with_iodbc
=
@with_iodbc@
...
...
This diff is collapsed.
Click to expand it.
src/pl/tcl/modules/README
+
2
−
5
View file @
f42b88d1
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
Regular Tcl scripts of any size (over 8K :-) can be loaded into
the table pltcl_modules using the pltcl_loadmod script. The script
the table pltcl_modules using the pltcl_loadmod script. The script
checks the modules that the procedure names don't overwrite
checks the modules that the procedure names don't overwrite
...
@@ -11,11 +8,11 @@
...
@@ -11,11 +8,11 @@
All procedures defined in the module files are automatically
All procedures defined in the module files are automatically
added to the table pltcl_modfuncs. This table is used by the
added to the table pltcl_modfuncs. This table is used by the
unknown procedure to determine if an unknown command can be
unknown procedure to determine if an unknown command can be
loaded by sourcing a module. In that case the unkno
n
w procedure
loaded by sourcing a module. In that case the unknow
n
procedure
will silently source in the module and reexecute the original
will silently source in the module and reexecute the original
command that invoked unknown.
command that invoked unknown.
I know, this
t
readme should be more explanatory - but time.
I know, this readme should be more explanatory - but time.
Jan
Jan
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment