Re: Untrusted PL/Tcl?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jan Wieck <JanWieck@Yahoo.com>
Cc: PostgreSQL HACKERS <pgsql-hackers@postgresql.org>
Date: 2000-07-18T20:55:01Z
Lists: pgsql-hackers
JanWieck@t-online.de (Jan Wieck) writes: > While beeing in there, I could do something else too I wanted > to do for some time now. It'll break backward compatibility > to Tcl versions prior to 8.0, so if there are objections ... > Beginning with Tcl 8.0, dual ported objects got used to deal > with values. These have (amongst performance issues) alot of > benefits. Changing all the call interfaces would make it > impossible to use PL/Tcl with a pre 8.0 Tcl installation. > Since we're now at Tcl 8.3 (the last I've seen), ISTM it's > not a bad decision to force the upgrade. OK by me. Tcl 7.6 is getting to be ancient history... and people who are using pltcl for database functions are probably going to want all the speed they can get, so making a more efficient interface to Tcl 8 seems like a good idea. regards, tom lane