projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c193f19
)
Remove incorrect assert.
author
Peter Eisentraut
Sat, 30 Dec 2000 14:47:06 +0000
(14:47 +0000)
committer
Peter Eisentraut
Sat, 30 Dec 2000 14:47:06 +0000
(14:47 +0000)
src/bin/psql/command.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/command.c
b/src/bin/psql/command.c
index 3a47f8e15cf74904cbae1a0795e6c49a2b6476c0..0199ea95d1742869d60f74695deae42ba7be85ed 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-3,7
+3,7
@@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.4
2 2000/12/03 20:45:38 tgl
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.4
3 2000/12/30 14:47:06 petere
Exp $
*/
#include "postgres.h"
#include "command.h"
@@
-95,7
+95,6
@@
HandleSlashCmds(const char *line,
#ifdef USE_ASSERT_CHECKING
assert(line);
- assert(end_of_cmd);
#endif
my_line = xstrdup(line);