[PostGIS] #5704: Some regress tests are available but not enabled
PostGIS
trac at osgeo.org
Sat Mar 30 00:45:07 PDT 2024
#5704: Some regress tests are available but not enabled
---------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 3.2.8
Component: QA/testsuite | Version: 3.2.x
Resolution: | Keywords:
---------------------------+---------------------------
Comment (by robe):
This looks to be just a rounding issue so will fix:
{{{ -- POINT(179.49999999999997 0)
SELECT
ST_ASText('0101000020E6100000FFFFFFFFFF6F66400000000000000000'::geometry);
-- POINT(179.5 0)
SELECT
ST_ASText('0101000020E610000000000000007066400000000000000000'::geometry);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5704#comment:16>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list