Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit874b4fd

Browse files
committed
Remove incorrect assert.
1 parentc193f19 commit874b4fd

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
#ifdefUSE_ASSERT_CHECKING
9797
assert(line);
98-
assert(end_of_cmd);
9998
#endif
10099

101100
my_line=xstrdup(line);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp