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

Commitc8a6900

Browse files
committed
Show recovery time instead start time in validation message.
1 parent324efc0 commitc8a6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pgBackupValidate(pgBackup *backup,
7979
parray*files;
8080
boolcorrupted= false;
8181

82-
time2iso(timestamp,lengthof(timestamp),backup->start_time);
82+
time2iso(timestamp,lengthof(timestamp),backup->recovery_time);
8383
if (!for_get_timeline)
8484
{
8585
if (backup->backup_mode==BACKUP_MODE_FULL||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp