OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/pgsql/uuid.c versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/pgsql/uuid.c 1.5 -> 1.6

--- uuid.c       2006/07/20 17:21:17     1.5
+++ uuid.c       2006/11/20 19:21:47     1.6
@@ -41,6 +41,12 @@
 #include "lib/stringinfo.h"
 #include "access/hash.h"
 
+/*  PostgreSQL module magic cookie
+    (PostgreSQL >= 8.2 only) */
+#ifdef PG_MODULE_MAGIC
+PG_MODULE_MAGIC;
+#endif
+
 /* internal UUID datum data structure */
 typedef struct {
     unsigned char uuid_bin[UUID_LEN_BIN];

CVSTrac 2.0.1