Re: dynamic_library_path on Win32

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: dynamic_library_path on Win32
Date: 2004-05-29 13:24:53
Message-ID: 40B88F25.5040604@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shridhar Daithankar 2004-05-29 13:52:49 Re: Extended customizing, SQL functions,
Previous Message pgsql 2004-05-29 12:40:19 Re: Extended customizing, SQL functions,

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-29 15:04:58 Re: Moving pg_autovacuum from contrib to src/bin
Previous Message Dave Page 2004-05-29 11:54:33 Re: Moving pg_autovacuum from contrib to src/bin