libpgtcl and TCL_ARRAYS

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Reinhard Max <max@suse.de>
Cc: pgsql-interfaces@postgreSQL.org
Date: 2001-07-19T18:58:40Z
Lists: pgsql-bugs, pgsql-hackers
Reinhard Max <max@suse.de> writes:
> Can anybody tell me, if that TCL_ARRAYS stuff is still good for
> something? If I could remove it, TCL_UTF8 would be less complex at
> some places, because I'd only have to cover two instead of four cases.

TCL_ARRAYS is a kluge in my humble opinion, but we haven't really
settled on something better --- in particular, the challenge is to
fix it without breaking other things.  See the mailing list archives
for prior discussions, notably the thread starting at

http://fts.postgresql.org/db/mw/msg.html?mid=40589

Unless you want to tackle the problem of providing a replacement
feature, I'd recommend just adding the extra code :-(

			regards, tom lane