Re: [PATCHES] [HACKERS] dynamic_library_path on Win32

2004-06-09 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. I will try to clean up the path/dir confusion too. ---

Re: [PATCHES] [HACKERS] dynamic_library_path on Win32

2004-06-07 Thread Thomas Hallgren
Attached is a patch that takes care of the PATHSEP issue. I made a more extensive change then what was suggested. I found the file path.c that contained a lot of "Unix/Windows" agnostic functions so I added a function there instead and removed the PATHSEP declaration in exec.c altogether. All to ke