[Cartoweb-dev] [Bug 1721] New: pgdijkstra - needs PG_MODULE_MAGIC for PG 8.2

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon May 21 23:57:28 EDT 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1721

           Summary: pgdijkstra - needs PG_MODULE_MAGIC for PG 8.2
           Product: CartoWeb
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Plugins
        AssignedTo: cartoweb-dev at lists.maptools.org
        ReportedBy: kyngchaos at kyngchaos.com


Postgres 8.2 needs the PG_MODULE_MAGIC macro, or PG will complain that it's not a proper extension.

These lines are all that are needed at the top of dijkstra.c:

#include <fmgr.h>

#ifdef PG_MODULE_MAGIC
PG_MODULE_MAGIC;
#endif



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Cartoweb-dev mailing list