[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-cvs
Subject:    [opennms-cvs] SF.net SVN: opennms: [6300]
From:       rangerrick () users ! sourceforge ! net
Date:       2007-05-23 14:07:52
Message-ID: E1HqrVI-00087r-TY () sc8-pr-svn3 ! sourceforge ! net
[Download RAW message or body]

Revision: 6300
          http://svn.sourceforge.net/opennms/?rev=6300&view=rev
Author:   rangerrick
Date:     2007-05-23 07:07:52 -0700 (Wed, 23 May 2007)

Log Message:
-----------
backport the postgresql 8.2 compatibility code

Modified Paths:
--------------
    opennms/branches/OPENNMS_1_2_BRANCH/src/postgresql/iplike.c

Modified: opennms/branches/OPENNMS_1_2_BRANCH/src/postgresql/iplike.c
===================================================================
--- opennms/branches/OPENNMS_1_2_BRANCH/src/postgresql/iplike.c	2007-05-23 13:02:33 \
                UTC (rev 6299)
+++ opennms/branches/OPENNMS_1_2_BRANCH/src/postgresql/iplike.c	2007-05-23 14:07:52 \
UTC (rev 6300) @@ -41,6 +41,15 @@
 #include <ctype.h>		/* used for isdigit() & isspace() */
 #include <postgres.h>		/* PostgreSQL types */
 
+#ifdef PG_VERSION_NUM
+# if PG_VERSION_NUM >= 80200
+#  include <fmgr.h>
+#  ifdef PG_MODULE_MAGIC
+    PG_MODULE_MAGIC;
+#  endif
+# endif
+#endif
+
 #ifdef DEBUG
 #define LOG_FILE  "/var/log/opennms/iplike.log"
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq
opennms-cvs mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic