[postgis-tickets] [PostGIS] #5332: Override proj_log_func to stop proj errors leaking out to PgSQL logs

PostGIS trac at osgeo.org
Wed Feb 1 13:23:17 PST 2023


#5332: Override proj_log_func to stop proj errors leaking out to PgSQL logs
---------------------+---------------------------
 Reporter:  pramsey  |      Owner:  pramsey
     Type:  defect   |     Status:  assigned
 Priority:  medium   |  Milestone:  PostGIS 3.3.3
Component:  postgis  |    Version:  3.3.x
 Keywords:           |
---------------------+---------------------------
 A few proj errors seem to be leaking out. For example, `proj_create: crs
 not found` leaks out when the following SQL is run:
 {{{
 select
 st_transform(st_setsrid(st_makepoint(-12098752.829179065,5130874.004299059),900913),4236)
 }}}
 Seems to be pretty longstanding. proj_log_func is available from 5.1+.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5332>
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