Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side
Date: 2020-02-05 09:53:19
Message-ID: CA+HiwqG3OhyJtXbXfXtdZhSSaCZhqtBR1TK4wp2O9yVH3YamFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 5, 2020 at 18:25 Amit Langote <amitlangote09(at)gmail(dot)com> wrote:

> On Wed, Feb 5, 2020 at 6:15 PM Kyotaro Horiguchi
> <horikyota(dot)ntt(at)gmail(dot)com> wrote:
> > 2020年2月5日(水) 17:54 Amit Langote <amitlangote09(at)gmail(dot)com>:
> >>
> >> > I'm not sure, but doesn't that mean "waiting for a checkpoint to
> >> > start"? Sorry in advance if that is not the case.
> >>
> >> No, I really meant "to finish". As Sawada-san said upthread, we
> >> should really use text that describes the activity that usually takes
> >> long. While it takes takes only a moment to actually start the
> >> checkpoint, it might take long for it to finish.
> >
> > I meant that the wording might sound as if it implies "to start", but..
>
> Ah, I misunderstood then, sorry.
>
> So, maybe you're saying that "waiting for checkpoint" is ambiguous and
> most people will assume it means "...to start". As for me, I assume
> it ends with "...to finish".
>
> >> As Fujii-san says
> >> though we don't need the noise words "to finish".
> >
> > Understood, sorry for my noise.
>
> Actually, that's an important point to consider and we should strive
> to use words that are unambiguous.

Last two messages weren’t sent to the list.

Thanks,
Amit

>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2020-02-05 10:19:14 Re: Complete data erasure
Previous Message Yugo NAGATA 2020-02-05 09:52:10 Re: Implementing Incremental View Maintenance