Opened 4 years ago

Closed 4 years ago

#4745 closed defect (wontfix)

Possible problem with new version 2.5.5

Reported by: ezimanyi Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.6
Component: postgis Version: 2.5.x -- EOL
Keywords: Cc:

Description

It could be the case that there is a problem with the new version 2.5.5. Since yesterday we have had problems making our tests work.

After many trials we made a fork of a commit 4e510dc that worked before https://github.com/MobilityDB/MobilityDB/commits/develop but it is no longer the case in my local repository

In particular we have this error

SELECT round(azimuth(temp), 12) FROM tbl_tgeogpoint3D WHERE azimuth(temp) IS NOT NULL LIMIT 10; ERROR: syntax error at or near "null" LINE 1: …ECT proj4text, auth_name, auth_srid, srtext FROM (null) WHER…

QUERY: SELECT proj4text, auth_name, auth_srid, srtext FROM (null) WHERE srid = 4326 LIMIT 1

Could you please take a look ?

Many thanks for your help

Change History (2)

comment:1 by robe, 4 years ago

Milestone: PostGIS 3.1.0PostGIS 2.5.6

comment:2 by Algunenano, 4 years ago

Resolution: wontfix
Status: newclosed

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

Note: See TracTickets for help on using tickets.