Opened 12 years ago

Closed 12 years ago

#1458 closed defect (fixed)

unstable results from st_orderingequals (again!)

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

strk=# \a \t
Output format is unaligned.
Showing only tuples.
strk=# select st_orderingequals('POINT EMPTY', 'POINT EMPTY');
f
strk=# select st_orderingequals('POINT EMPTY', 'POINT EMPTY');
t

In case you don't see it: first call returns FALSE, second call returns TRUE. Calls are perfectly identical.

Change History (5)

comment:1 by strk, 12 years ago

casting text to geometry returns true at first go

comment:2 by strk, 12 years ago

NOTICE: lwgeom_same returned 0

comment:3 by strk, 12 years ago

NOTICE: bbox1:0x7fd547e5cfb0, bbox2:0x7fd547e5d0b0 NOTICE: [lwgeom.c:lwgeom_same:494] bounding boxes differ

It makes no sense for POINT EMPTY to have a non-NULL bbox pointer in LWGEOM. That must be the issue.

comment:4 by strk, 12 years ago

Deserializer's fault, where gserialized_read_gbox_p computes the BOX for an empty point, _assuming_ there are points… It instead reads garbage and possibly return different data.

comment:5 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r8785

Note: See TracTickets for help on using tickets.