diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index fa103fae985c90e427fd6f30bad88e4c0bde7052..e7eb664d59f314170bd99cf8b8fdf364a68b9972 100644 --- 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.98 1997/09/23 19:47:59 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.99 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') {