ljb <[EMAIL PROTECTED]> writes: > Meaning: Tcl 8.0 added "binary strings", and handled binary data in String > objects. Tcl 8.1 internationalized those strings to make them store UTF-8, > and introduced ByteArray objects to hold binary data. So the original code > should work fine in Tcl 8.0, and the changes are only needed at 8.1 and up. > I'm guessing, though, so I'll go dust off a copy of Tcl 8.0.x and try it.
Please. I'm willing to apply the patch, but this close to release there's no room for error. Double-checking is good. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match