mirror of https://github.com/postgres/postgres
Added a fflush(stdout) to the \p command required for the
multisession test tool. Jan
This commit is contained in:
parent
3ffd3d82db
commit
a27542c3a8
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue