Bruce Momjian wrote: > Tom Lane wrote: >> 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. > > OK, I will wait for the next patch. Funny I tested the cube regression > test, but not earthdistance.
FYI: the buildfarm-script has a "no reporting" mode and can use preexisting sourcetrees - that's what I regulary use to test patches and modifications to the source. Stefan ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend