8000 Remove debugging "puts" print statement. · postgrespro/postgres_cluster@c7dbd36 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit c7dbd36

Browse files
author
Thomas G. Lockhart
committed
Remove debugging "puts" print statement.
1 parent 0e69928 commit c7dbd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.98 1997/09/23 19:47:59 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.99 1997/09/24 17:46:14 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1882,7 +1882,7 @@ MainLoop(PsqlSettings *pset, FILE *source)
18821882
}
18831883
}
18841884
}
1885-
puts(line);
1885+
18861886
/* nothing on line after trimming? then ignore */
18871887
if (line[0] == '\0')
18881888
{

0 commit comments

Comments
 (0)
0