[postgis-tickets] [PostGIS] #4435: Proj regression failure "transform: no system list, errno: 22"

PostGIS trac at osgeo.org
Tue Jun 25 08:27:33 PDT 2019


#4435: Proj regression failure "transform: no system list, errno: 22"
-----------------------+---------------------------
  Reporter:  pramsey   |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  critical  |  Milestone:  PostGIS 3.0.0
 Component:  postgis   |    Version:  trunk
Resolution:            |   Keywords:
-----------------------+---------------------------
Description changed by pramsey:

Old description:

> 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)
> }}}

New description:

 Something in the proj changes has triggered an OSX error.
 {{{
 SELECT ST_Transform('SRID=4326; POINT(0 0)'::geometry, 3906);

 psql: ERROR:  transform: no system list, errno: 22
  (22)
 }}}

--

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4435#comment:2>
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