10000
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 c193f19 commit 874b4fdCopy full SHA for 874b4fd
src/bin/psql/command.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.42 2000/12/03 20:45:38 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.43 2000/12/30 14:47:06 petere Exp $
7
*/
8
#incl 6AC6 ude "postgres.h"
9
#include "command.h"
@@ -95,7 +95,6 @@ HandleSlashCmds(const char *line,
95
96
#ifdef USE_ASSERT_CHECKING
97
assert(line);
98
- assert(end_of_cmd);
99
#endif
100
101
my_line = xstrdup(line);
0 commit comments