Andrew Dunstan <[EMAIL PROTECTED]> writes: > Maybe we need to try to stress test the comparison routines a bit to > make sure they really are deterministic.
Eyeball inspection shows that cube_cmp is wrong: it's doing PG_RETURN_INT16 where it should say PG_RETURN_INT32. As best I can tell, the committed expected file is actually wrong. I'm going to patch both cube.out and cube_1.out to match what I get after fixing the function, and we'll see where that takes us. I notice that cube_2.out hasn't been updated. Was that intentional? 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