Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
874b4fd6
Commit
874b4fd6
authored
Dec 30, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove incorrect assert.
parent
c193f19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/bin/psql/command.c
src/bin/psql/command.c
+1
-2
No files found.
src/bin/psql/command.c
View file @
874b4fd6
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*
*
* Copyright 2000 by PostgreSQL Global Development Group
* 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 "postgres.h"
#include "command.h"
#include "command.h"
...
@@ -95,7 +95,6 @@ HandleSlashCmds(const char *line,
...
@@ -95,7 +95,6 @@ HandleSlashCmds(const char *line,
#ifdef USE_ASSERT_CHECKING
#ifdef USE_ASSERT_CHECKING
assert
(
line
);
assert
(
line
);
assert
(
end_of_cmd
);
#endif
#endif
my_line
=
xstrdup
(
line
);
my_line
=
xstrdup
(
line
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment