Bruce Momjian <pgman@candle.pha.pa.us> writes: > Uh, I see MemoryContextSwitchTo in 8.1. I think the problem might be > that the function is not marked with DLLIMPORT for XP.
No, the problem is it's a macro (actually inline, but effectively a macro) in 8.1. 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