#5342 closed defect (fixed)

Garden tests hanging on ST_AsLatLon POINT(Infinity Infinity)

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 3.0.9
Component: postgis Version: master
Keywords: Cc:

Description

I changed the master to include infinite varieties of geometries. On first run after that change, it seems the berries are having trouble with this test

SELECT ST_AsLatLonText(foo1.the_geom, 'monkey')  As result
	FROM ((SELECT '0101000020E6100000000000000000F07F000000000000F07F'::geometry AS the_geom ) ) As foo1 LIMIT 10

This test runs fine on my pc, so not sure what the problem could be here. They don't look like they've crashed yet, just waiting there in forever land. They've been still on the garden tests since I went to nap about 6 hours ago.

Change History (8)

comment:1 by robe, 14 months ago

Owner: changed from pramsey to robe

comment:2 by robe, 14 months ago

I confirmed it hangs on my computer too and my garden tests I started running in my computer before my nap are hanging in ST_ASLonLat infinity la la la land too.

comment:3 by robe, 14 months ago

Milestone: PostGIS 3.4.0PostGIS 3.0.9

comment:4 by Regina Obe <lr@…>, 14 months ago

In c2dbb220/git:

ST_AsLatLon infinite coordinate. References #5342 for PostGIS 3.4

comment:5 by Regina Obe <lr@…>, 14 months ago

In 6dd31269/git:

ST_AsLatLon infinite coordinate.
References #5342 for PostGIS 3.3.3

comment:6 by Regina Obe <lr@…>, 14 months ago

In 4e592fc/git:

ST_AsLatLon infinite coordinate.
References #5342 for PostGIS 3.2.5

comment:7 by Regina Obe <lr@…>, 14 months ago

In 5b6b964/git:

ST_AsLatLon infinite coordinate.
References #5342 for PostGIS 3.1.9

comment:8 by Regina Obe <lr@…>, 14 months ago

Resolution: fixed
Status: newclosed

In 8b6d76a/git:

ST_AsLatLon infinite coordinate.
Closes #5342 for PostGIS 3.0.9

Note: See TracTickets for help on using tickets.