projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fadfc0
)
change stdout to fout
author
Marc G. Fournier
<
[email protected]
>
Wed, 2 Oct 1996 21:38:35 +0000
(21:38 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 2 Oct 1996 21:38:35 +0000
(21:38 +0000)
Submitted by: Carsten Heyl <
[email protected]
>
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index bd02d0c1d304e14364c2efef40edcd32c427bc11..728dd932ca70a506a5360057426d45165a093cf4 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-20,7
+20,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.
8 1996/09/16 06:05:54
scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.
9 1996/10/02 21:38:35
scrappy Exp $
*
* Modifications - 6/10/96 -
[email protected]
- version 1.13.dhb
*
@@
-1410,13
+1410,13
@@
dumpClasses(TableInfo *tblinfo, int numTables, FILE *fout, char *onlytable, int
copybuf[2] == '\0') {
copydone = true; /* don't print this... */
} else {
- fputs(copybuf,
std
out);
+ fputs(copybuf,
f
out);
switch (ret) {
case EOF:
copydone = true;
/*FALLTHROUGH*/
case 0:
- fputc('\n',
std
out);
+ fputc('\n',
f
out);
break;
case 1:
break;