Re: BUG #2898: dynamic load support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2898: dynamic load support
Дата
Msg-id 17052.1168936749@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2898: dynamic load support  ("Pankaj" <pankajsrivs@yahoo.com>)
Список pgsql-bugs
"Pankaj" <pankajsrivs@yahoo.com> writes:
> creating conversions....FATAL: dynamic load not supported
> STATEMENT: CREATE OR REPLACE FUNCTION...............

> Please let us know the cause of the above error.

The encoding conversion code is all in dynamically-loaded libraries.
(There are some other things that we expect to be able to load
dynamically too, such as the various PL languages, but this happens
to be what you'll hit first during initdb.)

I think you probably need to add some code to src/backend/port/dynloader/
to support LynxOS.  Please send a patch if you get it working.

            regards, tom lane

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

Предыдущее
От: "Pankaj"
Дата:
Сообщение: BUG #2898: dynamic load support
Следующее
От: "James Russell"
Дата:
Сообщение: BUG #2895: Private Use Unicode character crashes server when using ILIKE