Commit a27542c3 authored by Jan Wieck's avatar Jan Wieck

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

multisession test tool.

Jan
parent 3ffd3d82
...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment