We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056dee3 commit f032bccCopy full SHA for f032bcc
src/bin/pg_dump/pg_dumpall.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1994, Regents of the University of California
7
*
8
9
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.1 2002/08/27 18:57:26 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.2 2002/08/27 21:33:41 petere Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -468,6 +468,9 @@ runPgDump(const char *dbname)
468
if (verbose)
469
fprintf(stderr, _("%s: running %s\n"), progname, cmd->data);
470
471
+ fflush(stdout);
472
+ fflush(stderr);
473
+
474
ret = system(cmd->data);
475
destroyPQExpBuffer(cmd);
476
0 commit comments