Reuven M. Lerner wrote:
I downloaded beta 2, unpacked it into its own directory, became (via
sudo) the "postgres" user, and did the whole "configure" and "make"
business.
When I ran "make check", all of the tests passed successfully, except
for the "geometry" test, which failed. Looking at regression.diffs
(enclosed as an attachment), it looks like the fourth test was expected
to have a (-0, 0) for a result, but actually had a (0,0) as a result.
Obviously, -0 and 0 are mathematically equivalent, but "make check"
doesn't seem to think so!
This is a known issue, thank you for the report.
Regards
Gaetano Mendola
---------------------------(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