Opened 9 years ago
Closed 9 years ago
#3467 closed defect (fixed)
Upgrading from 2.2 to 2.3 gives gdal_datapath already defined
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Steps to reproduce:
CREATE EXTENSION postgis VERSION "2.2.0"; ALTER EXTENSION postgis UPDATE TO "2.3.0dev";
Gives error:
ERROR: attempt to redefine parameter "postgis.gdal_datapath"
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Version: | 2.2.x → trunk |
no need to backport since only affects 2.2 to 2.3 upgrade.
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (2.3) at r14680