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

Commitd7e0ebd

Browse files
committed
Say "history is not supported" and remove "on this platform" for lack of
readline.
1 parentc62a546 commitd7e0ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.39 2004/10/0618:39:16 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.40 2004/10/0619:04:10 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"input.h"
@@ -210,7 +210,7 @@ saveHistory(char *fname)
210210
psql_error("could not save history to file \"%s\": %s\n",fname,strerror(errno));
211211
}
212212
#else
213-
psql_error("history is not supported on this platform\n");
213+
psql_error("history is not supported\n");
214214
#endif
215215

216216
return false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp