Joshua Reich <[EMAIL PROTECTED]> writes: >> The problem is that there are new functions in cube.sql, so the output >> is now different and breaks the diff (to state the obvious).
Actually, the new theory on this is that you should explicitly create a shell type first: CREATE TYPE cube; and then create the functions, and then make the type "for real". This will still involve a change in the earthdistance expected output (down to zero expected NOTICEs) but if we're gonna fix it then let's fix it right. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend