Changes between Initial Version and Version 1 of Ticket #4604, comment 1


Ignore:
Timestamp:
Dec 13, 2019, 4:22:21 PM (4 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4604, comment 1

    initial v1  
    1010  );
    1111}}}
     12
    1213 Outputs
    1314
     
    2324
    2425On windows PostgreSQL 11,  3.0.0 -- I get the same answer of false.
    25 {{
     26{{{
    2627SELECT postgis_full_version() || ' ' ||  version();
    2728SELECT
     
    4142  ) AS tree_dist;
    4243
    43 }}
     44}}}
    4445
    4546However testing on windows PostgreSQL 11, 3.0.0 - I get the old answer of true.
    4647outputs
    47 {{
     48{{{
    4849POSTGIS="3.0.0 r17983" [EXTENSION] PGSQL="110" GEOS="3.8.0-CAPI-1.13.1 " PROJ="Rel. 5.2.0, September 15th, 2018" GDAL="GDAL 2.4.3, released 2019/10/28" LIBXML="2.9.9" LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.4.3 (Internal)" RASTER PostgreSQL 11.6, compiled by Visual C++ build 1914, 64-bit
    4950
     
    5859However testing on windows PostgreSQL 11, 2.5.3 - I get the old answer of true.
    5960outputs
    60 {{
     61{{{
    6162POSTGIS="2.5.3 r17699" [EXTENSION] PGSQL="110" GEOS="3.7.2-CAPI-1.11.0 3.7.2" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.2.4, released 2018/03/19" LIBXML="2.7.8" LIBJSON="0.12" LIBPROTOBUF="1.2.1" RASTER PostgreSQL 11.6, compiled by Visual C++ build 1914, 64-bit
    6263