projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e69928
)
Remove debugging "puts" print statement.
author
Thomas G. Lockhart
<lockhart@fourpalms.org>
Wed, 24 Sep 1997 17:46:14 +0000
(17:46 +0000)
committer
Thomas G. Lockhart
<lockhart@fourpalms.org>
Wed, 24 Sep 1997 17:46:14 +0000
(17:46 +0000)
src/bin/psql/psql.c
patch
|
blob
|
history
diff --git
a/src/bin/psql/psql.c
b/src/bin/psql/psql.c
index fa103fae985c90e427fd6f30bad88e4c0bde7052..e7eb664d59f314170bd99cf8b8fdf364a68b9972 100644
(file)
--- a/
src/bin/psql/psql.c
+++ b/
src/bin/psql/psql.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.9
8 1997/09/23 19:47:59 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.9
9 1997/09/24 17:46:14 thomas
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-1882,7
+1882,7
@@
MainLoop(PsqlSettings *pset, FILE *source)
}
}
}
-puts(line);
+
/* nothing on line after trimming? then ignore */
if (line[0] == '\0')
{