Changes between Initial Version and Version 1 of Ticket #2985, comment 48
- Timestamp:
- 09/13/18 09:54:52 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2985, comment 48
initial v1 1 As promised, this is now highly replicable, I can exercise it on OSX against 2.5 branch head. 1 As promised, this is now highly replicable, I can exercise it on OSX against 2.5 branch head. It also works against geometry. 2 2 {{{ 3 3 CREATE TABLE analyze_crash ( 4 location geo graphy(Point,4326)4 location geometry(Point,4326) 5 5 ); 6 6 INSERT INTO analyze_crash ( location )