Re: [PATCHES] YA Cygwin DLLIMPORT patch

2003-12-02 Thread Bruce Momjian

Applied ot 7.4.1 now. Thanks.

---

Christopher Kings-Lynne wrote:
 Did you commit to 7.4.1 too Bruce?
 
 Chris
 
 Bruce Momjian wrote:
 
  Patch applied.  Thanks.
  
  ---
  
  
  Jason Tishler wrote:
  
 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
  
  
  [ Attachment, skipping... ]
  
  
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
  
  
 
 
 ---(end of broadcast)---
 TIP 6: Have you searched our list archives?
 
http://archives.postgresql.org
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [PATCHES] YA Cygwin DLLIMPORT patch

2003-12-01 Thread Bruce Momjian

Patch applied.  Thanks.

---


Jason Tishler wrote:
 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

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Re: [PATCHES] YA Cygwin DLLIMPORT patch

2003-12-01 Thread Christopher Kings-Lynne
Did you commit to 7.4.1 too Bruce?

Chris

Bruce Momjian wrote:

Patch applied.  Thanks.

---

Jason Tishler wrote:

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


[ Attachment, skipping... ]


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]




---(end of broadcast)---
TIP 6: Have you searched our list archives?
  http://archives.postgresql.org


[PATCHES] YA Cygwin DLLIMPORT patch

2003-11-21 Thread Jason Tishler
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.h2003-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]