mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
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
This commit is contained in:
parent
e2c0df7828
commit
fa7d5b704a
@ -2112,6 +2112,9 @@ BaseBackup(void)
|
||||
*/
|
||||
if (do_sync)
|
||||
{
|
||||
if (verbose)
|
||||
fprintf(stderr,
|
||||
_("%s: syncing data to disk ...\n"), progname);
|
||||
if (format == 't')
|
||||
{
|
||||
if (strcmp(basedir, "-") != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user