We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a930a13 + d28b092 commit 1a9dd34Copy full SHA for 1a9dd34
show.c
@@ -256,7 +256,6 @@ show_backup_list(FILE *out, parray *backup_list)
256
/* Get parent timeline before printing */
257
parent_tli = get_parent_tli(backup->tli);
258
backup_id = base36enc(backup->start_time);
259
- elog(INFO, "%s : %ld", backup_id, backup->data_bytes);
260
261
fprintf(out, " %-11s %-6s %-19s %-6s %-7s %3d / %-3d %5s %6s %2X/%-8X %2X/%-8X %-8s\n",
262
instance_name, backup_id,
0 commit comments