From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add verbosity to pg_basebackup for sync |
Date: | 2018-07-28 22:58:00 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 3 +++
1 file changed, 3 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2018-07-29 00:43:29 | pgsql: Refactor geometric functions and operators |
Previous Message | Bruce Momjian | 2018-07-28 19:34:20 | pgsql: pgtest: run clean, build, and check stages separately |