Thread: WIN32 Build?
View Single Post

   
  #6 (permalink)  
Old 04-09-2008, 10:58 AM
Tom Lane
 
Posts: n/a
Default Re: WIN32 Build?

Bruce Momjian <bruce@momjian.us> writes:
> Interesting. It seem the key line is here:


> cl : Command line warning D4029 : optimization is not available in the
> standard edition compiler


> So the "standard" version doesn't support inline functions.


Doesn't it simply ignore the inline keyword then? Count on Microsoft
for poorly designed tools, I suppose.

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

Reply With Quote