Re: set_ps_display during recovery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: set_ps_display during recovery
Дата
Msg-id 5333.1191162507@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: set_ps_display during recovery  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: set_ps_display during recovery  (Simon Riggs <simon@2ndquadrant.com>)
Re: set_ps_display during recovery  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> On Sat, 2007-09-29 at 14:34 -0400, Tom Lane wrote:
>> Hmm, not right there, because we don't know that the file actually
>> exists yet.  Applied with modifications ...

> Double hmmm, that means when we are waiting for file X in pg_standby the
> ps display will still show "recovering X-1". I'd prefer to set ps before
> the call to RestoreArchivedFile(), since that is where the wait occurs.
> I got that wrong myself.

Well, if you think that's an important time component --- which it could
be in archive situations, I guess --- there should be a separate PS
display state for it.  Perhaps "fetching XXX" vs "restoring XXX"?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ecpg thead-safe memory management + cleanup
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: set_ps_display during recovery