[postgis-tickets] [PostGIS] #4662: [raster] Fully qualify postgis types in SPI_execute calls
PostGIS
trac at osgeo.org
Mon May 25 14:55:00 PDT 2020
#4662: [raster] Fully qualify postgis types in SPI_execute calls
-------------------------+---------------------------
Reporter: Algunenano | Owner: Bborie Park
Type: defect | Status: reopened
Priority: medium | Milestone: PostGIS 2.4.9
Component: raster | Version: 2.4.x
Resolution: | Keywords:
-------------------------+---------------------------
Changes (by Algunenano):
* status: closed => reopened
* version: 2.3.x => 2.4.x
* resolution: wontfix =>
* milestone: PostGIS 2.3.11 => PostGIS 2.4.9
Comment:
There are still at least 2 issues still in raster code:
- rtpg_internal.c is using spatial_ref_sys.
- rtpg_statistics.c is calling _st_summarystats multiple times without the
schema.
These 2 inner calls will fail if the Postgis functions are not available
in the search_path, which might happen if you've moved the extension of
always if you are calling them through FDW (where only pg_temp is in the
search_path).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4662#comment:3>
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