1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-23 11:45:36 +02:00

PGPRO-1892: Remove obsolete INFO message

This commit is contained in:
Arthur Zakirov 2018-10-24 18:53:42 +03:00 committed by Arthur Zakirov
parent 88354a8dde
commit 03c9fba7bd

View File

@ -310,7 +310,6 @@ delete_source_backup:
* Merging finished, now we can safely update ID of the destination backup.
*/
pgBackupCopy(to_backup, from_backup);
elog(INFO, "to_backup: %s", base36enc(to_backup->start_time));
/* Correct metadata */
to_backup->backup_mode = BACKUP_MODE_FULL;
to_backup->status = BACKUP_STATUS_OK;