Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> 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.
You would think so. Can someone confirm that the warning generates errors later on? -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(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