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

multisession test tool.

Jan
This commit is contained in:
Jan Wieck 1999-12-10 00:26:35 +00:00
parent 3ffd3d82db
commit a27542c3a8
1 changed files with 1 additions and 0 deletions

View File

@ -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 */