Opened 7 months ago

Closed 7 months ago

#5575 closed defect (fixed)

postgis_restore from 3.0: ERROR: function "pgis_geometry_union_finalfn" already exists with same argument types

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.4.1
Component: build Version: 3.4.x
Keywords: Cc:

Description

regress/run_test.pl --dumprestore --upgrade-path unpackaged3.0--:auto regress/core/regress -v
Restoring database 'postgis_reg' using postgis_restore.pl
Converting /tmp/pgis_reg/postgis_reg.dump to ASCII on stdout...
  Reading list of functions to ignore...
  Writing manifest of things to read from dump file...
Setting postgis schema to public, as found in the dump  Writing ASCII to stdout...
Done.
 failed (Could not restore postgis_reg: /tmp/pgis_reg/regress_log)
-----------------------------------------------------------------------------
NOTICE:  schema "public" already exists, skipping
NOTICE:  schema "public" already exists, skipping
NOTICE:  schema "public" already exists, skipping
SET
ALTER TABLE
ALTER TABLE
SELECT 8500
DELETE 8500
SET
SET
SET
SET
SET
 set_config 
------------
 
(1 row)

SET
SET
SET
SET
ERROR:  function "pgis_geometry_union_finalfn" already exists with same argument types
-----------------------------------------------------------------------------
Died at regress/run_test.pl line 440.

Change History (2)

comment:1 by Sandro Santilli <strk@…>, 7 months ago

In d9a7a30e/git:

Handle deprecated functions in create_skip_signature

References #5574 #5575 in master branch (3.5.0dev)

comment:2 by Sandro Santilli <strk@…>, 7 months ago

Resolution: fixed
Status: newclosed

In 2c36d0c/git:

Handle deprecated functions in create_skip_signature

Closes #5574 #5575 in stable-3.4 branch (3.4.1dev)

Note: See TracTickets for help on using tickets.