mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-08 14:28:36 +02:00
Show recovery time instead start time in validation message.
This commit is contained in:
parent
324efc064f
commit
c8a690018e
@ -79,7 +79,7 @@ pgBackupValidate(pgBackup *backup,
|
||||
parray *files;
|
||||
bool corrupted = false;
|
||||
|
||||
time2iso(timestamp, lengthof(timestamp), backup->start_time);
|
||||
time2iso(timestamp, lengthof(timestamp), backup->recovery_time);
|
||||
if (!for_get_timeline)
|
||||
{
|
||||
if (backup->backup_mode == BACKUP_MODE_FULL ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user