| From: | "Devinder Singh" <devinbhullar(at)gmail(dot)com> |
|---|---|
| To: | "Magnus Hagander" <magnus(at)hagander(dot)net> |
| Cc: | "Simon Riggs" <simon(at)2ndquadrant(dot)com>, "ISHIDA Akio" <iakio(at)mono-space(dot)net>, pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: BUG #3439: pg_standby and path name with space |
| Date: | 2007-07-13 08:56:53 |
| Message-ID: | 8a8640570707130156h2cdde280u41a1d3116076cc11@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-patches |
Hi Can anytone tell me how can i get the pgestraier test database
On 13/07/07, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Fri, Jul 13, 2007 at 09:29:59AM +0100, Simon Riggs wrote:
> > On Thu, 2007-07-12 at 19:36 +0000, ISHIDA Akio wrote:
> > > The following bug has been logged online:
> > >
> > > Bug reference: 3439
> > > Operating system: Windows XP
> > > Description: pg_standby and path name with space
> > > Details:
> > >
> > > pg_standby failed if path name containing spaces.
> > >
> > > C:\Documents and Settings\ishida\pgsql>pg_standby -d "C:\Documents and
> > > Settings\ ishida\pgsql\archive_dir" 000000010000000000000000
> data\pg_xlog
> > >
> > > Trigger file : <not set>
> > > Waiting for WAL file : C:\Documents and
> > > Settings\ishida\pgsql\archive_dir\000000010000000000000000
> > > WAL file path : 000000010000000000000000
> > > Restoring to... : data\pg_xlog
> > > Sleep interval : 5 seconds
> > > Max wait interval : 0 forever
> > > Command for restore : copy C:\Documents and
> > > Settings\ishida\pgsql\archive_dir\000000010000000000000000
> data\pg_xlog
> > > Num archived files kept : all files
> > > running restore :The system cannot find the file specified.
> > > The system cannot find the file specified.
> > > The system cannot find the file specified.
> > > not restored :
> >
> > Magnus,
> >
> > Looks to me like the following patch would fix the reported issue on
> > Windows:
>
> Is this actually a Windows issue? Doesn't the same problem show up on Unix
> if you have a space in the path? (It's a lot more common on Windows, but
> it'spossible on Unix as well).
>
> It does seem that the fix should work on Unix as well though, but just to
> we label the thing correctly.
>
> //Magnus
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
--
Devinder
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2007-07-16 08:41:14 | Re: BUG #3439: pg_standby and path name with space |
| Previous Message | Magnus Hagander | 2007-07-13 08:50:16 | Re: BUG #3439: pg_standby and path name with space |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavan Deolasee | 2007-07-13 09:54:17 | Re: HOT latest patch - version 8 |
| Previous Message | Magnus Hagander | 2007-07-13 08:50:16 | Re: BUG #3439: pg_standby and path name with space |