Skip to content
Snippets Groups Projects
Commit a27542c3 authored by Jan Wieck's avatar Jan Wieck
Browse files

Added a fflush(stdout) to the \p command required for the

multisession test tool.

Jan
parent 3ffd3d82
Branches
Tags
No related merge requests found
......@@ -524,6 +524,7 @@ exec_command(const char *cmd,
puts(query_buf->data);
else if (!GetVariableBool(pset->vars, "quiet"))
puts("Query buffer is empty.");
fflush(stdout);
}
/* \pset -- set printing parameters */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment