Changes between Initial Version and Version 1 of Ticket #5718, comment 3


Ignore:
Timestamp:
Apr 24, 2024, 8:41:28 PM (4 weeks ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5718, comment 3

    initial v1  
    33However I can create a real NaN as follows and PostGIS does return false:
    44
    5 ```
     5``
    66SELECT *, st_isvalid(a), st_x(a), st_y(a)
    77FROM (SELECT ST_GeomFromText('POINT(NaN NaN)') a) t;
    88
    9 ```
     9``
    1010
    1111Yields as you'd expect