pgsql: Add verbosity to pg_basebackup for sync - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add verbosity to pg_basebackup for sync
Date
Msg-id E1fjY9w-0007Xp-5O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add verbosity to pg_basebackup for sync

This is useful to know when the data copy has been finished.  The
current situation can be confusing for users as the last message is
"waiting for background process to finish streaming", so it looks like
this is taking time but the final sync is instead.

Author: Jeff Janes
Discussion: https://postgr.es/m/CAMkU=1ypeoMJ=tFBG8vP13sxEtXd4Pm_x1SqsJdW_RvzpcvN=A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa7d5b704a3786be0f3e3334dd506fe8a46b02bc

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pgtest: run clean, build, and check stages separately
Next
From: Tomas Vondra
Date:
Subject: pgsql: Refactor geometric functions and operators