The attached patch enables contrib/cube to build cleanly under Cygwin
(again).  Please consider this patch for the 7.4.1 branch (if there will
be one) too.

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6
diff -rup postgresql-7.4.orig/src/include/utils/builtins.h 
postgresql-7.4/src/include/utils/builtins.h
--- postgresql-7.4.orig/src/include/utils/builtins.h    2003-11-19 09:37:03.111310400 
-0500
+++ postgresql-7.4/src/include/utils/builtins.h 2003-11-19 09:37:12.164328000 -0500
@@ -231,7 +231,7 @@ extern Datum btname_pattern_cmp(PG_FUNCT
 extern Datum bttext_pattern_cmp(PG_FUNCTION_ARGS);
 
 /* float.c */
-extern int     extra_float_digits;
+extern DLLIMPORT int   extra_float_digits;
 
 extern Datum float4in(PG_FUNCTION_ARGS);
 extern Datum float4out(PG_FUNCTION_ARGS);
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to