BUG #2295: MemoryContextSwitchTo missing

From: "tomek" <tomek(at)fullopcja(dot)hopto(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2295: MemoryContextSwitchTo missing
Date: 2006-03-01 19:37:04
Message-ID: 20060301193704.2E25AF0B03@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2295
Logged by: tomek
Email address: tomek(at)fullopcja(dot)hopto(dot)org
PostgreSQL version: 8.1.0.5309
Operating system: WIN XP
Description: MemoryContextSwitchTo missing
Details:

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.

This function was in previous versions of postgres.exe (eg 8.0.3....).

Is it possible to implement-back this function in next release or rather we
should wait for new release of libpgxml?

regards
tom

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2006-03-02 00:58:50 plpgsql functions crash cvs
Previous Message Jim Fitzgerald 2006-03-01 19:29:38 Re: BUG #2294: SPI_connect() fails in trigger when a Foreignkey constraint exists on same table as trigger.