Show
Ignore:
Timestamp:
12/14/05 03:13:13 (6 years ago)
Author:
strk
Message:

Snapped buffer() output to a grid of 1.0E-14 grid to account for slightly
different floating number behaviours on Solaris.
Normalized Infinity to inf to account for different libc outputs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r2091 r2179  
    8686select '60',asewkt('POINT(1 2 3 4 5 6 7)'::GEOMETRY); 
    8787select '61',asewkt('LINESTRING(1 1)'::GEOMETRY); 
    88 select '62',asewkt('POINT( 1e700 0)'::GEOMETRY); 
    89 select '63',asewkt('POINT( -1e700 0)'::GEOMETRY); 
     88select '62',replace(asewkt('POINT( 1e700 0)'::GEOMETRY), 'Infinity', 'inf'); 
     89select '63',replace(asewkt('POINT( -1e700 0)'::GEOMETRY), 'Infinity', 'inf'); 
    9090select '64',asewkt('MULTIPOINT(1 1, 2 2'::GEOMETRY); 
    9191