From: | "Thomas Hallgren" <thhal(at)mailblocks(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: dynamic_library_path on Win32 |
Date: | 2004-05-29 15:38:16 |
Message-ID: | thhal-0m0aUAQuqZhIajpxXxC4f6F1bHUHDhV@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Yes, on windows, you use a semicolon as path separator.
regards,
- thomas
----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Sent: Saturday, May 29, 2004 17:20
Subject: Re: [HACKERS] dynamic_library_path on Win32
> "Thomas Hallgren" <thhal(at)mailblocks(dot)com> writes:
> > 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?
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2004-05-29 16:20:57 | Re: false infinite recursion detected |
Previous Message | Shridhar Daithankar | 2004-05-29 15:27:54 | Re: Extended customizing, SQL functions, |
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew T. O'Connor | 2004-05-29 16:02:43 | Re: Moving pg_autovacuum from contrib to src/bin |
Previous Message | Tom Lane | 2004-05-29 15:20:56 | Re: dynamic_library_path on Win32 |