Changes between Initial Version and Version 1 of Ticket #2985, comment 48


Ignore:
Timestamp:
Sep 13, 2018, 9:54:52 AM (6 years ago)
Author:
pramsey

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.
     1As promised, this is now highly replicable, I can exercise it on OSX against 2.5 branch head. It also works against geometry.
    22{{{
    33CREATE TABLE analyze_crash (
    4   location geography(Point,4326)
     4  location geometry(Point,4326)
    55  );
    66INSERT INTO analyze_crash ( location )