Re: BUG #2295: MemoryContextSwitchTo missing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: tomek <tomek(at)fullopcja(dot)hopto(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2295: MemoryContextSwitchTo missing
Date: 2006-03-02 16:12:54
Message-ID: 3304.1141315974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Adriaan van Os 2006-03-02 16:13:54 Re: BUG #2292: Calling conventions in docs
Previous Message Tom Lane 2006-03-02 15:44:33 Re: BUG #2294: SPI_connect() fails in trigger when a Foreignkey constraint exists on same table as trigger.