Skip to content

Commit a27542c

Browse files
Jan WieckJan Wieck
authored andcommitted
Added a fflush(stdout) to the \p command required for the
multisession test tool. Jan
1 parent 3ffd3d8 commit a27542c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ exec_command(const char *cmd,
524524
puts(query_buf->data);
525525
else if (!GetVariableBool(pset->vars, "quiet"))
526526
puts("Query buffer is empty.");
527+
fflush(stdout);
527528
}
528529

529530
/* \pset -- set printing parameters */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy