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.
1 parent f026018 commit 730e5e0Copy full SHA for 730e5e0
src/show.c
@@ -302,7 +302,7 @@ show_instance_plain(parray *backup_list, bool show_name)
302
int i;
303
304
if (show_name)
305
- printfPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
+ appendPQExpBuffer(&show_buf, "\nBACKUP INSTANCE '%s'\n", instance_name);
306
307
/* if you add new fields here, fix the header */
308
/* show header */
0 commit comments