Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d7e0ebdf
Commit
d7e0ebdf
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Say "history is not supported" and remove "on this platform" for lack of
readline.
parent
c62a5465
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/psql/input.c
+2
-2
2 additions, 2 deletions
src/bin/psql/input.c
with
2 additions
and
2 deletions
src/bin/psql/input.c
+
2
−
2
View file @
d7e0ebdf
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*
*
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
*
*
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.
39
2004/10/06 1
8:39:16
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.
40
2004/10/06 1
9:04:10
momjian Exp $
*/
*/
#include
"postgres_fe.h"
#include
"postgres_fe.h"
#include
"input.h"
#include
"input.h"
...
@@ -210,7 +210,7 @@ saveHistory(char *fname)
...
@@ -210,7 +210,7 @@ saveHistory(char *fname)
psql_error
(
"could not save history to file
\"
%s
\"
: %s
\n
"
,
fname
,
strerror
(
errno
));
psql_error
(
"could not save history to file
\"
%s
\"
: %s
\n
"
,
fname
,
strerror
(
errno
));
}
}
#else
#else
psql_error
(
"history is not supported
on this platform
\n
"
);
psql_error
(
"history is not supported
\n
"
);
#endif
#endif
return
false
;
return
false
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment