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
No related branches found
No related tags found
No related merge requests found
...@@ -524,6 +524,7 @@ exec_command(const char *cmd, ...@@ -524,6 +524,7 @@ exec_command(const char *cmd,
puts(query_buf->data); puts(query_buf->data);
else if (!GetVariableBool(pset->vars, "quiet")) else if (!GetVariableBool(pset->vars, "quiet"))
puts("Query buffer is empty."); puts("Query buffer is empty.");
fflush(stdout);
} }
/* \pset -- set printing parameters */ /* \pset -- set printing parameters */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment