Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7e0ebd

Browse files
committed
Say "history is not supported" and remove "on this platform" for lack of
readline.
1 parent c62a546 commit d7e0ebd

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/06 18:39:16 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.40 2004/10/06 19: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)