Thanks. I can confirm that this fixes the issue.
//Magnus
>-Original Message-
>From: Bruce Momjian [mailto:[EMAIL PROTECTED]
>Sent: den 27 oktober 2004 19:17
>To: Magnus Hagander
>Cc: [EMAIL PROTECTED]
>Subject: Re: [PATCHES] pg_ctl -D canonicalization
>
>
>
OK, attached patch applied. Your original patch didn't canonicalize the
PGDATA environment variable. '-D' takes precidence but it should be
accurate.
I also updated the comments in canonicalize_path because it does a lot
more now that just win to unix path conversion.
-
> > It seems pg_ctl calls canonicalize_path() only on the path as being
> > used to access for example the pid file, and not the path
> that is sent
> > along to the postmaster.
> > Specifically, this causes failure on win32 when a path is
> passed with
> > a trailing backslash, when it's insi
Magnus Hagander wrote:
> It seems pg_ctl calls canonicalize_path() only on the path as being used
> to access for example the pid file, and not the path that is sent along
> to the postmaster.
> Specifically, this causes failure on win32 when a path is passed with a
> trailing backslash, when it's