Re: [HACKERS] [PATCHES] warning: min redefined of qsort.

2006-10-12 Thread Tom Lane
Hiroshi Saito [EMAIL PROTECTED] writes:
 I have warning with MinGW
 qsort.c:53:1: warning: min redefined

I've fixed this by using Min() from c.h instead.

regards, tom lane

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [HACKERS] [PATCHES] warning: min redefined of qsort.

2006-10-12 Thread Hiroshi Saito

Hi Tom-san.

From: Tom Lane



Hiroshi Saito [EMAIL PROTECTED] writes:

I have warning with MinGW
qsort.c:53:1: warning: min redefined


I've fixed this by using Min() from c.h instead.


Ahh, I was consideration shortage.
Thanks!!

Regards,
Hiroshi Saito


---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq