Re: PITR on Win32 - Archive and Restore - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: PITR on Win32 - Archive and Restore
Date
Msg-id 411782FC.7050302@dunslane.net
Whole thread Raw
In response to Re: PITR on Win32 - Archive and Restore  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers-win32
I wrote:

>
> I will install MSys and friends on my new Windows machine and play
> around to see what works, unless someone comes up with a tested
> solution first.
>
>

Experimentation shows that xcopy is just as braindead about slashes as
copy is. But quoting the paths with backslashes worked, e.g.

system("xcopy \"c:\\foo bar\\baz\" \"c:\\tmp\" /y >nul");

So it appears that we need either to have the paths output with
system-dependant slashes, or, perhaps more flexibly, a new escape
sequences (%P?) which does system-dependent slashes - that would be a
small addition to src/backend/access/transam/xlog.c

cheers

andrew

pgsql-hackers-win32 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: PITR on Win32 - Archive and Restore
Next
From: "Dave Page"
Date:
Subject: Win32 PostgreSQL 8.0 Beta 1 Installer available for download