"Andrew Gilligan" <[EMAIL PROTECTED]> writes: > It seems there exists a bug in the way character set conversion > is handled in some circumstances.
Seems to be the bogus pfree() in pg_convert_from() that's causing the problem :-(. Take that out and you should be OK. Thanks for the report! regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match