Re: pg_standby doesnt't work

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Andreas Schmidt <a(dot)schmidt(at)mdtec(dot)de>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_standby doesnt't work
Date: 2009-10-26 02:35:59
Message-ID: 3f0b79eb0910251935w5bd63003xaa72921ba2fbf57a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Hi,

On Mon, Oct 26, 2009 at 12:34 AM, Andreas Schmidt <a(dot)schmidt(at)mdtec(dot)de> wrote:
> I'm testing serveral days a replication-system with PostgreSQL, but I get
> allways the same error.
>
> 2009-10-25 15:44:45 CET FATAL:  XX000: could not restore file
> "00000001.history" from archive: return code -1073741811
>
> The restore_command is:
>
> restore_command = 'pg_standby.exe -d -s 5 -t C:\pgsql.trigger.5442
> w:\wal-archive %f %p %r 2>>pg_log\pg_standby.log'
>
> The system is runnig on WinXP (during this test), the database-version is
> 8.3.8. I've tried out the pg_standby-version from PG8.4, but there is no
> difference in the result.
>
> So I can't understand what this return-code means, (and) I've never seen a
> file named 00000001.history. It definitely doesn't exist on my master and so
> my archive_command can't replicate to the slave.

This is the same problem that was reported before.
http://archives.postgresql.org/pgsql-bugs/2009-08/msg00003.php

The cause is the signals support for pg_standby on win32.
We should get rid of that.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Crawford 2009-10-26 04:41:56 Re: pg_attribute size
Previous Message Andreas Schmidt 2009-10-25 15:34:26 pg_standby doesnt't work

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-26 02:48:02 Re: License clarification: BSD vs MIT
Previous Message Tom Lane 2009-10-26 02:34:02 Endgame for all those SELECT FOR UPDATE changes: fix plan node order