Changes between Initial Version and Version 1 of Ticket #3125


Ignore:
Timestamp:
May 23, 2015, 8:45:10 PM (9 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3125 – Description

    initial v1  
    1 This issue looks like it probably got introduced with PostGIS 2.1.7 (since that exhibits the issue and so does 2.1 and trunk).
     1This issue looks like it probably got introduced with PostGIS 2.1.7 (since that exhibits the issue and so does 2.1 and trunk), but my 2.1.5 does not (and just throws a
     2
     3{{{
     4ERROR:  getPoint4d_p: point offset out of range
     5********** Error **********
     6}}}
     7
     8error
    29
    310
     
    1017
    1118
    12 {{{ -- gives ERROR:  geometry requires more points
     19{{{
     20-- gives ERROR:  geometry requires more points
    1321SELECT 'LINESTRING(1 2)'::geometry;
    1422}}}