Re: BUG #2295: MemoryContextSwitchTo missing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "tomek" <tomek(at)fullopcja(dot)hopto(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2295: MemoryContextSwitchTo missing
Date: 2006-03-02 15:32:23
Message-ID: 2957.1141313543@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"tomek" <tomek(at)fullopcja(dot)hopto(dot)org> writes:
> I was trying to install libpgxml addon with 8.1.0 distribution. Afer hours
> of searching i've discovered that libxml is trying to call (or is linked) to
> function MemoryContextSwitchTo witch should be in postgres.exe.

You need to recompile libpgxml, apparently.

It's never a good idea to try to use an add-on with a different major
version of Postgres than it was originally built for.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-03-02 15:33:17 Re: BUG #2292: Calling conventions in docs
Previous Message Bruce Momjian 2006-03-02 15:19:34 Re: BUG #2295: MemoryContextSwitchTo missing