Opened 10 years ago
Closed 10 years ago
#2988 closed defect (wontfix)
[raster] check_gdal regress fails when POSTGIS_GDAL_ENABLED_DRIVERS set
Reported by: | robe | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.8 |
Component: | raster | Version: | 2.1.x |
Keywords: | Cc: |
Description (last modified by )
This may be just me or something on windows, but I notice that if I have in my postgres server launch script:
@SET POSTGIS_GDAL_ENABLED_DRIVERS=GTiff EHdr PNG XYZ JPEG GIF
then the check_gdal test fails
Change History (7)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Status: | new → assigned |
---|
comment:3 by , 10 years ago
Summary: | check_gdal regress fails when POSTGIS_GDAL_ENABLED_DRIVERS set → [raster] check_gdal regress fails when POSTGIS_GDAL_ENABLED_DRIVERS set |
---|
comment:4 by , 10 years ago
Milestone: | PostGIS 2.1.5 → PostGIS 2.1.6 |
---|
comment:5 by , 10 years ago
Milestone: | PostGIS 2.1.6 → PostGIS 2.1.7 |
---|
comment:6 by , 10 years ago
Milestone: | PostGIS 2.1.7 → PostGIS 2.1.8 |
---|
comment:7 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
I don't believe this is something that can be fixed in versions < 2.2 due to the inability to change PostgreSQL's env variables. This isn't an issue in 2.2 due to the use of GUCs.
Note:
See TracTickets
for help on using tickets.
No, I don't believe it is just you. I'll check what its doing…