dynamic_library_path on Win32

From: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: dynamic_library_path on Win32
Date: 2004-05-29 09:41:29
Message-ID: c99lpo$207v$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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?

Kind regards,

Thomas Hallgren

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message pgsql 2004-05-29 12:40:19 Re: Extended customizing, SQL functions,
Previous Message Shridhar Daithankar 2004-05-29 09:16:59 Re: Extended customizing, SQL functions,

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2004-05-29 11:54:33 Re: Moving pg_autovacuum from contrib to src/bin
Previous Message Peter Eisentraut 2004-05-29 08:44:17 Re: Moving pg_autovacuum from contrib to src/bin