Opened 13 months ago

Last modified 13 months ago

#5415 closed defect

dump restore failure function "st_largestemptycircle" already exists with same argument types — at Initial Version

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 3.4.0
Component: build Version: 3.3.x
Keywords: Cc:

Description

Seeing this error on gitlab dump/restore with new function

Died at /builds/postgis/postgis/regress/run_test.pl line 426.
 failed (Could not restore postgis_reg-3.4: /tmp/pgis_reg/regress_log)
-----------------------------------------------------------------------------
NOTICE:  schema "public" already exists, skipping
NOTICE:  schema "public" already exists, skipping
NOTICE:  schema "public" already exists, skipping
NOTICE:  schema "public" already exists, skipping
psql:/tmp/build/regress/00-regress-install/share/contrib/postgis/topology.sql:388: NOTICE:  constraint "type_range" of domain "topology.topoelement" does not exist, skipping
psql:/tmp/build/regress/00-regress-install/share/contrib/postgis/topology.sql:686: NOTICE:  function topology.populate_topology_layer() does not exist, skipping
psql:/tmp/build/regress/00-regress-install/share/contrib/postgis/topology.sql:2938: NOTICE:  aggregate topology.topoelementarray_agg(topology.topoelement) does not exist, skipping
                     addtosearchpath                     
---------------------------------------------------------
 topology has been added to end of database search_path 
(1 row)
NOTICE:  schema "public" already exists, skipping
SET
ALTER TABLE
ALTER TABLE
ALTER TABLE
SELECT 8500
DELETE 8500
SET
SET
SET
SET
SET
 set_config 
------------
 
(1 row)
SET
SET
SET
SET
ERROR:  function "st_largestemptycircle" already exists with same argument types
-----------------------------------------------------------------------------
make: *** [/builds/postgis/postgis/regress/runtest.mk:24: check-regress] Error 3

Change History (0)

Note: See TracTickets for help on using tickets.