Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7220c7b

Browse files
committed
Write "waiting for checkpoint" on regular progress row
When reporting progress, make the "waiting for checkpoint" test beoverwritten by the file-based progress once it's completed. This is moreconsistent with how we report the rest of the progress.Suggested by Jeff Janes
1 parent01fd6f8 commit7220c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ BaseBackup(void)
17571757
progname);
17581758

17591759
if (showprogress&& !verbose)
1760-
fprintf(stderr,"waiting for checkpoint\n");
1760+
fprintf(stderr,"waiting for checkpoint\r");
17611761

17621762
basebkp=
17631763
psprintf("BASE_BACKUP LABEL '%s' %s %s %s %s %s %s",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp