Database crash when creating raster_in function
Nikhil Shetty
nikhil.dba04 at gmail.com
Sat Mar 16 07:54:30 PDT 2024
Hi Team,
I am trying to upgrade the postgres database from PG13 to PG15. pg_upgrade
is crashing with below error when creating the raster_in function
pg_restore: creating FUNCTION "public.raster_in("cstring")"
> pg_restore: while PROCESSING TOC:
> pg_restore: from TOC entry 394; 1255 16439 FUNCTION raster_in("cstring")
> postgres
> pg_restore: error: could not execute query: server closed the connection
> unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> Command was: CREATE FUNCTION "public"."raster_in"("cstring") RETURNS
> "public"."raster"
> LANGUAGE "c" IMMUTABLE STRICT PARALLEL SAFE
> AS '$libdir/postgis_raster-3', 'RASTER_in';
PostGIS version : *3.3.5*
This looks similar to the issue mentioned in
https://trac.osgeo.org/postgis/ticket/5277. Is this fixed in 3.3.5 ?
Thanks,
Nikhil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20240316/a9d506f4/attachment.htm>
More information about the postgis-users
mailing list