Opened 14 years ago
Closed 14 years ago
#721 closed defect (fixed)
PostGIS_AddBBOX crashes on POINT
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
I think this is a result of your recent changes Paul, since this wasn't crashing before.
SELECT PostGIS_AddBBOX(ST_GeomFromText('POINT(-11.1111111 40)'));
Though this seems to work.
SELECT PostGIS_AddBBOX(ST_GeomFromText('LINESTRING(-11.1111111 40, -11.2 41)'));
I didn't check to see if any other geometry types are affected.
I was testing on the build before you committed the ST_Transform fix.
Note:
See TracTickets
for help on using tickets.
This seems to work with new GSerialized