Re: unable to fail over to warm standby server

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: unable to fail over to warm standby server
Дата
Msg-id 20100209220901.GI5522@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: unable to fail over to warm standby server  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: unable to fail over to warm standby server
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: unable to fail over to warm standby server