Re: set_ps_display during recovery - Mailing list pgsql-patches

From Tom Lane
Subject Re: set_ps_display during recovery
Date
Msg-id 8276.1191172639@sss.pgh.pa.us
Whole thread Raw
In response to Re: set_ps_display during recovery  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> On Sun, 2007-09-30 at 11:16 -0400, Tom Lane wrote:
>> I like "fetching" or "retrieving" for
>> the activity of getting a WAL segment from an archive, because in cases
>> where the activity takes long enough to be noticeable, it's probably
>> because you are physically getting the file from someplace else.

> "Waiting for" sounds best I think. It might be waiting for a manual tape
> mount for example, not just a warm standby. If the wait isn't very long
> it won't hardly notice anyway.

Hmm ... I guess that's OK, because after all we *are* waiting for the
restore_command to do something.  Will make it so.

            regards, tom lane

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: set_ps_display during recovery
Next
From: "Brendan Jurd"
Date:
Subject: Re: [HACKERS] Add function for quote_qualified_identifier?