Skip to content

Commit 874b4fd

Browse files
committed
Remove incorrect assert.
1 parent c193f19 commit 874b4fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.42 2000/12/03 20:45:38 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.43 2000/12/30 14:47:06 petere Exp $
77
*/
88
#include "postgres.h"
99
#include "command.h"
@@ -95,7 +95,6 @@ HandleSlashCmds(const char *line,
9595

9696
#ifdef USE_ASSERT_CHECKING
9797
assert(line);
98-
assert(end_of_cmd);
9998
#endif
10099

101100
my_line = xstrdup(line);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy