Opened 3 years ago
Closed 21 months ago
#5075 closed defect (fixed)
postgis_restore.pl: ERROR: function "box2d_out" already exists with same argument types
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.4.0 |
Component: | build | Version: | 3.2.x |
Keywords: | Cc: |
Description
Passing a dump of postgis 3.0.0dev on PostgreSQL 13 to postgis_restore.pl fail with:
ERROR: function "box2d_out" already exists with same argument types
The SKIP list contains box2d_out(box2d) but the manifest contains box2d_out(public.box2d) so the function is kept.
Change History (9)
comment:1 by , 3 years ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 3 years ago
comment:3 by , 2 years ago
Milestone: | PostGIS 3.3.0 → PostGIS 3.4.0 |
---|
comment:4 by , 2 years ago
Pull request moved to OSGeo machines where CI still works: https://git.osgeo.org/gitea/postgis/postgis/pulls/112
comment:7 by , 21 months ago
Priority: | medium → blocker |
---|
This is now confirmed by gitlab-ci, running dumpreload test using pg_restore: https://gitlab.com/strk/postgis/-/jobs/3785079800#L4124
comment:8 by , 21 months ago
The temptative fix is now in a branch: https://git.osgeo.org/gitea/postgis/postgis/src/branch/postgis-restore-fix
Note:
See TracTickets
for help on using tickets.
Merge request https://gitlab.com/postgis/postgis/-/merge_requests/68 puts postgis_restore.pl under regression testing, which shows the failure