[postgis-tickets] [PostGIS] #4745: Possible problem with new version 2.5.5

PostGIS trac at osgeo.org
Fri Aug 21 01:45:05 PDT 2020


#4745: Possible problem with new version 2.5.5
-----------------------+---------------------------
  Reporter:  ezimanyi  |      Owner:  pramsey
      Type:  defect    |     Status:  closed
  Priority:  medium    |  Milestone:  PostGIS 2.5.6
 Component:  postgis   |    Version:  2.5.x
Resolution:  wontfix   |   Keywords:
-----------------------+---------------------------
Changes (by Algunenano):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 MobilityDB is depending on Postgis' C functions, which is certainly not
 supported.

 In #4461 I fixed a bug when accessing `spatial_ref_sys` in some
 circunstances, but it relies on the fact that the table will be installed
 in the same schema as the function being called. This also means that the
 C function `FunctionCallInfo fcinfo` needs to be properly populated (check
 if the `call_functionN` functions do that).

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