8000
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 a073a70 commit b7af62eCopy full SHA for b7af62e
src/bin/psql/mainloop.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2006, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.76 2006/06/05 03:55:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.77 2006/06/05 14:47:38 momjian Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "mainloop.h"
@@ -41,8 +41,8 @@ MainLoop(FILE *source)
41
char *line; /* current line of input */
42
int added_nl_pos;
43
bool success;
44
- bool line_saved_in_history;
45
-
+
+ volatile bool line_saved_in_history;
46
volatile int successResult = EXIT_SUCCESS;
47
volatile backslashResult slashCmdStatus = PSQL_CMD_UNKNOWN;
48
volatile promptStatus_t prompt_status = PROMPT_READY;
0 commit comments