Opened 14 years ago

Closed 14 years ago

#638 closed enhancement (fixed)

[raster] Adapt raster debug system to work as PostGIS one

Reported by: jorgearevalo Owned by: jorgearevalo
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: master
Keywords: debug Cc:

Description

The POSTGIS_DEBUG/POSTGIS_DEBUGF macros may be used, instead of creating new ones for the server part.

Further information: http://svn.osgeo.org/postgis/trunk/postgis/DEBUG

Change History (4)

comment:1 by pracine, 14 years ago

Summary: Adapt raster debug system to work as PostGIS one[raster] Adapt raster debug system to work as PostGIS one

comment:2 by jorgearevalo, 14 years ago

Status: newassigned

New macros POSTGIS_RASTER_DEBUG/POSTGIS_RASTER_DEBUGF and RASTER_DEBUG/RASTER_DEBUGF created, following the same principles than the PostGIS macros. They depend on the POSTGIS_DEBUG_LEVEL value too. In r6134.

NOTE: There's an error, because the RASTER_DEBUG macros can't use the ereport function. I'll commit the fix in a while. Sorry!

comment:3 by jorgearevalo, 14 years ago

Fixed in r6136.

comment:4 by jorgearevalo, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.