1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-30 23:04:31 +02:00

fix one of backup_id output.

This commit is contained in:
Yura Sokolov 2022-11-23 16:51:48 +03:00
parent 22e6c408fe
commit 20e12edc80

View File

@ -604,7 +604,7 @@ do_backup_pg(InstanceState *instanceState, PGconn *backup_conn,
"It may indicate that we are trying to backup PostgreSQL instance from the past.",
(uint32) (current.stop_lsn >> 32), (uint32) (current.stop_lsn),
(uint32) (prev_backup->stop_lsn >> 32), (uint32) (prev_backup->stop_lsn),
base36enc(prev_backup->stop_lsn));
base36enc(prev_backup->start_time));
/* clean external directories list */
if (external_dirs)