Re: unable to fail over to warm standby server - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: unable to fail over to warm standby server
Date
Msg-id 20100209220901.GI5522@alvh.no-ip.org
Whole thread Raw
In response to Re: unable to fail over to warm standby server  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-bugs
Heikki Linnakangas escribió:

> Here's what I came up with. Translatability indeed makes it pretty hard,
> I ended up copy-pasting.

Looks sane to me too; msgmerge segfaults though so I couldn't test.  Two
minor comments:

> +             /*------
> +               translator: %s is a noun phrase describing a child process, such as
> +               "restore_command" */
> +             errdetail("%s was terminated by signal %d: %s",

You probably want "the first %s is ... and the second %s is the signal
name".

And here:

> +                   sys_siglist[WTERMSIG(exitstatus)] : "(unknown)");

Should probably be _("(unknown)")

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: unable to fail over to warm standby server
Next
From: Fujii Masao
Date:
Subject: Re: unable to fail over to warm standby server