mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-04-02 23:25:32 +02:00
fix one of backup_id output.
This commit is contained in:
parent
22e6c408fe
commit
20e12edc80
@ -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.",
|
"It may indicate that we are trying to backup PostgreSQL instance from the past.",
|
||||||
(uint32) (current.stop_lsn >> 32), (uint32) (current.stop_lsn),
|
(uint32) (current.stop_lsn >> 32), (uint32) (current.stop_lsn),
|
||||||
(uint32) (prev_backup->stop_lsn >> 32), (uint32) (prev_backup->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 */
|
/* clean external directories list */
|
||||||
if (external_dirs)
|
if (external_dirs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user