Re: dynamic_library_path on Win32

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: dynamic_library_path on Win32
Дата
Msg-id 40B88F25.5040604@dunslane.net
обсуждение исходный текст
Ответ на dynamic_library_path on Win32  ("Thomas Hallgren" <thhal@mailblocks.com>)
Ответы Re: dynamic_library_path on Win32
Список pgsql-hackers

Thomas Hallgren wrote:

>I'm using CVS HEAD in a windows environment. I'm trying to start the
>postmaster using "postmaster -c dynamic_library_path=C:/foo/bar". It starts
>just fine, then, when I ask it to load a module, an error is generating
>stating:
>
>ERROR: component in parameter "dynamic_library_path" is not an absolute path
>
>I added a trace to find out what it thinks the path is. It prints "C".
>Obviously it treats ':' as a path separator somewhere. Is that the intended
>behavior on win32?
>
>  
>

You've found a bug. Clearly we need to adjust the parsing of 
dynamic_library_path and probably preload_libraries for Win32.

cheers

andrew



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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: false infinite recursion detected
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested xacts: looking for testers and review