diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-02 12:07:31 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-03-02 12:07:31 -0500 |
commit | 287822068246a6ae30bb2c7191de727672ae6328 (patch) | |
tree | 0cda7f77694976ff877c93b6262fcd4ffe004740 /src/backend/utils/adt/tsquery_gist.c | |
parent | 3b8d7215533ed3128b1b9174eae830d70c0453d0 (diff) | |
download | postgresql-287822068246a6ae30bb2c7191de727672ae6328.tar.gz postgresql-287822068246a6ae30bb2c7191de727672ae6328.zip |
Convert PL/Tcl to use Tcl's "object" interfaces.
The original implementation of Tcl was all strings, but they improved
performance significantly by introducing typed "objects" (integers,
lists, code, etc). It's past time we made use of that; that happened
in Tcl 8.0 which was released in 1997.
This patch also modernizes some of the error-reporting code, which may
cause small changes in the spelling of complaints about bad calls to
PL/Tcl-provided commands.
Jim Nasby and Karl Lehenbauer, reviewed by Victor Wagner
Diffstat (limited to 'src/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions