#4662 closed defect (wontfix)
[raster] Fully qualify postgis types in SPI_execute calls
Reported by: | Algunenano | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.0 |
Component: | raster | Version: | 2.4.x |
Keywords: | Cc: |
Description
Related to https://trac.osgeo.org/postgis/ticket/4661
There are multiple instances where raster SPI_calls do not schem qualify internal objects (Postgis functions, spatial_ref_sys and so on) so it might fail to find it if the schema holding them is not in the search_path (usually when the function is not installed in public or being used through FDW).
Change History (13)
comment:1 by , 4 years ago
Milestone: | PostGIS 2.3.11 → PostGIS 2.4.9 |
---|
comment:2 by , 4 years ago
Milestone: | PostGIS 2.4.9 → PostGIS 2.3.11 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Actually looks like this has already been done for 2.4, so I'm just going to close this out as won't fix.
comment:3 by , 4 years ago
Milestone: | PostGIS 2.3.11 → PostGIS 2.4.9 |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
Version: | 2.3.x → 2.4.x |
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).
comment:5 by , 4 years ago
Milestone: | PostGIS 2.4.9 → PostGIS 3.0.3 |
---|
comment:6 by , 4 years ago
Milestone: | PostGIS 3.0.3 → PostGIS 3.0.4 |
---|
comment:7 by , 3 years ago
Milestone: | PostGIS 3.0.4 → PostGIS 2.4.10 |
---|
comment:8 by , 3 years ago
Milestone: | PostGIS 2.4.10 → PostGIS 3.3.0 |
---|
comment:9 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:10 by , 2 years ago
Milestone: | PostGIS 3.3.0 → PostGIS 3.4.0 |
---|
comment:11 by , 17 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Going to just leave this outstanding until an operational issue gets reported.
comment:13 by , 17 months ago
Not really because all the functions we have that call into our spis are security invoker and they don't get called during install.
I think this change is too invasive to make for the last release of PostGIS 2.3 so going to push to a future PostGIS 2.4.