Re: BUG #2295: MemoryContextSwitchTo missing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2295: MemoryContextSwitchTo missing
Дата
Msg-id 2957.1141313543@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2295: MemoryContextSwitchTo missing  ("tomek" <tomek@fullopcja.hopto.org>)
Список pgsql-bugs
"tomek" <tomek@fullopcja.hopto.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2295: MemoryContextSwitchTo missing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2292: Calling conventions in docs