|
3 | 3 | *
|
4 | 4 | * Copyright (c) 2000-2006, PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.76 2006/06/0503:55:00 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.77 2006/06/0514:47:38 momjian Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres_fe.h"
|
9 | 9 | #include"mainloop.h"
|
@@ -41,8 +41,8 @@ MainLoop(FILE *source)
|
41 | 41 | char*line;/* current line of input */
|
42 | 42 | intadded_nl_pos;
|
43 | 43 | boolsuccess;
|
44 |
| -boolline_saved_in_history; |
45 |
| - |
| 44 | + |
| 45 | +volatileboolline_saved_in_history; |
46 | 46 | volatileintsuccessResult=EXIT_SUCCESS;
|
47 | 47 | volatilebackslashResultslashCmdStatus=PSQL_CMD_UNKNOWN;
|
48 | 48 | volatilepromptStatus_tprompt_status=PROMPT_READY;
|
|