[postgis-tickets] [PostGIS] #4097: binary upgrade fail going from 10 (2.4) to 11 (head) (2.5)
PostGIS
trac at osgeo.org
Sun Sep 23 12:31:47 PDT 2018
#4097: binary upgrade fail going from 10 (2.4) to 11 (head) (2.5)
------------------------------------+---------------------------
Reporter: robe | Owner: robe
Type: task | Status: assigned
Priority: blocker | Milestone: PostGIS 2.5.0
Component: build/upgrade/install | Version: trunk
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
Okay someone took out this function so upgrade (by flipping the lib
binaary) fails
{{{
pg_restore: [archiver (db)] Error from TOC entry 1175; 1255 17673 FUNCTION
st_asbinary("public"."raster", boolean) postgres
pg_restore: [archiver (db)] could not execute query: ERROR: could not
find function "RASTER_to_binary" in file
"C:/ming64gcc81/projects/postgresql/rel/pg11w64gcc81/lib/rtpostgis-2.4.dll"
Command was: CREATE FUNCTION "public"."st_asbinary"("public"."raster",
"outasin" boolean DEFAULT false) RETURNS "bytea"
LANGUAGE "c" IMMUTABLE STRICT PARALLEL SAFE
AS '$libdir/rtpostgis-2.4', 'RASTER_to_binary';
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4097#comment:6>
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