We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea88824 commit 1a61896Copy full SHA for 1a61896
src/bin/psql/input.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.44 2005/06/10 15:34:26 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.45 2005/06/10 15:40:41 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
@@ -245,7 +245,7 @@ finishInput(int exitstatus, void *arg)
245
if (hist_size >= 0)
246
stifle_history(hist_size);
247
248
- write_history(psql_history);
+ saveHistory(psql_history);
249
free(psql_history);
250
psql_history = NULL;
251
}
0 commit comments