Re: Configurable path to look up dynamic libraries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Configurable path to look up dynamic libraries
Дата
Msg-id 5904.989942297@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Configurable path to look up dynamic libraries  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Configurable path to look up dynamic libraries  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> About to be implemented, for your approval...
> Variable name: dynamic_library_path
> Permissions: superuser
> Default value: empty string

This is of little value unless the default is intelligently chosen.
The default should be "$PGLIB", IMHO (inserted from configure's data).
Unless there is a usable default, we cannot start recommending that
people not use absolute paths in CREATE FUNCTION commands.

I do not believe that it's a good idea to allow the value to be changed
at runtime, either --- do you expect that backends will remove
already-loaded libraries in response to a change in the variable?
I think setting the path at postmaster start is necessary and sufficient.

Also, it'd be really nice if a platform-dependent suffix (.so, .sl,
etc) were automatically added to the given library name, if one's not
present already.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Re: Outstanding patches
Следующее
От: Larry Rosenman
Дата:
Сообщение: FreeBSD Dynloader: needs dlfcn.h...