Ticket #1140 (closed defect: fixed)
loader/PointZ test failing on my windows 9.0/9.1
| Reported by: | robe | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
I haven't tried my 8.4 yet, I presume it's strk's last r7656 change?
It seems now my results are sorted differently from expected: The PointZ.select.expected has:
POINT(0 1 2 3) POINT(9 -1 -20 -123) POINT(9 -1 -2 -3)
But I'm getting
POINT(0 1 2 3) POINT(9 -1 -2 -3) POINT(9 -1 -20 -123)
I guess 0 sorts after space on windows.
What do you get strk:
e.g.
SELECT *
FROM (values ('01'),(' 03')) As f
ORDER By 1;
on my box gives:
03 01
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

