Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#2282 closed defect (fixed)

nd_stats_to_grid missing in debug build

Reported by: alvherre Owned by: pramsey
Priority: medium Milestone: PostGIS 2.1.0
Component: raster Version: master
Keywords: history Cc:

Description

It seems that in rev. 11289, the nd_stats_to_grid function was commented out. However, this function is still used in compute_gserialized_stats_mode() within a POSTGIS_DEBUGF() call. Hence, the build is broken when debugging is enabled:

ERROR: could not load library "/home/alvherre/Code/postgis/regress/00-regress-install/lib/postgis-2.1.so": /home/alvherre/Code/postgis/regress/00-regress-install/lib/postgis-2.1.so: undefined symbol: nd_stats_to_grid

This was confirmed by dustymugs in the IRC channel.

Change History (3)

comment:1 by Bborie Park, 11 years ago

Milestone: PostGIS 2.1.0
Resolution: fixed
Status: newclosed

Fixed in r11381

comment:2 by Bborie Park, 11 years ago

Keywords: history added

comment:3 by robe, 11 years ago

Component: postgisraster
Note: See TracTickets for help on using tickets.