Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Bruce Momjian
I can do it but will be a few days until I get to it. --- Tom Lane wrote: > Andrew Dunstan <[EMAIL PROTECTED]> writes: > > You've found a bug. Clearly we need to adjust the parsing of > > dynamic_library_path and probably p

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > You've found a bug. Clearly we need to adjust the parsing of > dynamic_library_path and probably preload_libraries for Win32. Yup. Using PATHSEP sounded reasonable to me. Any volunteer to fix this? (Don't forget to patch the docs for these variables

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Andrew Dunstan
Tom Lane wrote: "Thomas Hallgren" <[EMAIL PROTECTED]> 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:

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Thomas Hallgren
Yes, on windows, you use a semicolon as path separator. regards, - thomas - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Thomas Hallgren" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, May 29, 2004 17:20 Subject: Re: [

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Magnus Hagander
>> 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"

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Tom Lane
"Thomas Hallgren" <[EMAIL PROTECTED]> 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

Re: [HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Andrew Dunstan
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_pa

[HACKERS] dynamic_library_path on Win32

2004-05-29 Thread Thomas Hallgren
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