pgsql: Write "waiting for checkpoint" on regular progress row

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Write "waiting for checkpoint" on regular progress row
Date: 2017-04-01 15:12:12
Message-ID: E1cuKhI-0000qQ-Tb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Write "waiting for checkpoint" on regular progress row

When reporting progress, make the "waiting for checkpoint" test be
overwritten by the file-based progress once it's completed. This is more
consistent with how we report the rest of the progress.

Suggested by Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7220c7b3e5c847227fbfe53bbaca326044674a6c

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-04-01 15:29:46 pgsql: Back-patch checkpoint clarification docs and pg_basebackup updat
Previous Message Simon Riggs 2017-04-01 14:58:38 Re: Add optional JIT support for expression evaluation.