Re: dynamic_library_path on Win32 - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: dynamic_library_path on Win32
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BB62@algol.sollentuna.se
Whole thread Raw
In response to dynamic_library_path on Win32  ("Thomas Hallgren" <thhal@mailblocks.com>)
List pgsql-hackers
>> 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.
>
>Yeah.  dynamic_library_path follows the universal Unix convention that
>search path components are separated by ':'.  Is there any equivalent
>convention in Windows?

';' is what's used in PATH, and several other such places.

//Magnus


pgsql-hackers by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: Extended customizing, SQL functions,
Next
From: "Thomas Hallgren"
Date:
Subject: Re: dynamic_library_path on Win32