[postgis-devel] [PostGIS] #2013: raster compile warnings showing in 9.3
PostGIS
trac at osgeo.org
Sat Sep 22 13:12:11 PDT 2012
#2013: raster compile warnings showing in 9.3
--------------------+-------------------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Comment(by dustymugs):
The PostgreSQL devs have been doing some significant amount of work!
Comparing my local copy of 9.1 to debbie's copy of 9.3 and I find that
they've moved heap_form_tuple() from include/access/htup.h to a new file
include/access/htup_details.h. Also, the devel docs regarding the use of
heap_form_tuple() is still the same as before indicating the required
inclusion of funcapi.h, something we already do. Looking at the
dependency graph for funcapi.h on PostgreSQL's doxygen shows nothing
linking to htup_details.h
It might be worth waiting to see PostgreSQL master settle down before
trying to adapt to the new changes...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2013#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list