Skip to content

Commit 730e5e0

Browse files
committed
Bug fix: Do not reset show buffer
1 parent f026018 commit 730e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ show_instance_plain(parray *backup_list, bool show_name)
302302
int i;
303303

304304
if (show_name)
305-
printfPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
305+
appendPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
306306

307307
/* if you add new fields here, fix the header */
308308
/* show header */

0 commit comments

Comments
 (0)