Skip to content

Commit c8a6900

Browse files
committed
Show recovery time instead start time in validation message.
1 parent 324efc0 commit c8a6900

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
bool corrupted = 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)