[postgis-tickets] [PostGIS] #4435: Proj regression failure
PostGIS
trac at osgeo.org
Mon Jun 24 15:55:38 PDT 2019
#4435: Proj regression failure
----------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
----------------------+---------------------------
Something in the proj changes has triggered an OSX error.
{{{
postgis30=# SELECT 13, count(*) FROM
(
SELECT ST_Transform('SRID=4326; POINT(0 0)'::geometry, srid) AS g
FROM
( SELECT srid FROM spatial_ref_sys where srid = 3906 ) _a
) _b WHERE g IS NOT NULL;
psql: ERROR: transform: no system list, errno: 22
(22)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4435>
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