mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-15 15:09:56 +02:00
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup
This commit is contained in:
commit
1a9dd343d2
1
show.c
1
show.c
@ -256,7 +256,6 @@ show_backup_list(FILE *out, parray *backup_list)
|
||||
/* Get parent timeline before printing */
|
||||
parent_tli = get_parent_tli(backup->tli);
|
||||
backup_id = base36enc(backup->start_time);
|
||||
elog(INFO, "%s : %ld", backup_id, backup->data_bytes);
|
||||
|
||||
fprintf(out, " %-11s %-6s %-19s %-6s %-7s %3d / %-3d %5s %6s %2X/%-8X %2X/%-8X %-8s\n",
|
||||
instance_name, backup_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user