Opened 9 years ago

Closed 9 years ago

#2988 closed defect (wontfix)

[raster] check_gdal regress fails when POSTGIS_GDAL_ENABLED_DRIVERS set

Reported by: robe Owned by: Bborie Park
Priority: medium Milestone: PostGIS 2.1.8
Component: raster Version: 2.1.x
Keywords: Cc:

Description (last modified by robe)

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 robe, 9 years ago

Description: modified (diff)

comment:2 by Bborie Park, 9 years ago

Status: newassigned

No, I don't believe it is just you. I'll check what its doing…

comment:3 by Bborie Park, 9 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 pramsey, 9 years ago

Milestone: PostGIS 2.1.5PostGIS 2.1.6

comment:5 by pramsey, 9 years ago

Milestone: PostGIS 2.1.6PostGIS 2.1.7

comment:6 by robe, 9 years ago

Milestone: PostGIS 2.1.7PostGIS 2.1.8

comment:7 by Bborie Park, 9 years ago

Resolution: wontfix
Status: assignedclosed

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.