diff options
| author | Bruce Momjian | 2001-10-13 04:23:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-10-13 04:23:50 +0000 |
| commit | 1d3a47af0ce4bff7c3b92e614266b8bf45a118ef (patch) | |
| tree | 3e768aeec366821705f0eb74c11e3e031f5c83a8 /src/include | |
| parent | 36458b93e0961c983f76db415aa0aeef9ebeeffd (diff) | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 8c3f4576431..ecb16686b31 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.8 2001/10/01 15:33:31 momjian Exp $ + * $Id: pg_config.h.in,v 1.9 2001/10/13 04:23:50 momjian Exp $ */ #ifndef PG_CONFIG_H @@ -86,9 +86,6 @@ */ #undef DEF_MAXBACKENDS -/* --enable-pltcl-unknown */ -#undef ENABLE_PLTCL_UNKNOWN - /* --enable-nls */ #undef ENABLE_NLS |
