Bruce Momjian 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
---
"tomek" <[EMAIL PROTECTED]> 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, apparen
tomek wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2295
> Logged by: tomek
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1.0.5309
> Operating system: WIN XP
> Description:MemoryContextSwitchTo missing
> Details:
>
> I was tryi
The following bug has been logged online:
Bug reference: 2295
Logged by: tomek
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.0.5309
Operating system: WIN XP
Description:MemoryContextSwitchTo missing
Details:
I was trying to install libpgxml addon with 8.1