1
0
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:
stalkerg 2016-11-14 18:08:27 +03:00
parent 324efc064f
commit c8a690018e

View File

@ -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 ||