Opened 13 months ago
Closed 13 months ago
#5577 closed defect (fixed)
restoring dump from 3.1: ERROR: function "addnode" 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 --raster --topology --dumprestore --upgrade-path unpackaged3.1--:auto regress/core/regress -v ... ERROR: function "addnode" already exists with same argument types
Note:
See TracTickets
for help on using tickets.
Signature in dump:
Signature in skip list (generated):
The old signature is removed by a _postgis_drop_function_by_signature call in topology/topology_before_upgrade.sql.in but with a multi-line approach, which may be confusing the skip-list generator script