mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-20 11:34:51 +02:00
Bug fix: Do not reset show buffer
This commit is contained in:
parent
f0260183c2
commit
730e5e0b90
@ -302,7 +302,7 @@ show_instance_plain(parray *backup_list, bool show_name)
|
||||
int i;
|
||||
|
||||
if (show_name)
|
||||
printfPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
|
||||
appendPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
|
||||
|
||||
/* if you add new fields here, fix the header */
|
||||
/* show header */
|
||||
|
Loading…
x
Reference in New Issue
Block a user