1
0
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:
Arthur Zakirov 2018-09-17 18:49:35 +03:00
parent f0260183c2
commit 730e5e0b90

View File

@ -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 */