Thanks to visit codestin.com Credit goes to github.com
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 16503e6 commit e3ed942Copy full SHA for e3ed942
src/backend/parser/parser.c
@@ -14,7 +14,7 @@
14
* Portions Copyright (c) 1994, Regents of the University of California
15
*
16
* IDENTIFICATION
17
- * $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.57 2003/04/29 22:13:10 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.58 2003/05/05 01:59:02 tgl Exp $
18
19
*-------------------------------------------------------------------------
20
*/
@@ -55,7 +55,6 @@ raw_parser(const char *str)
55
yyresult = yyparse();
56
57
scanner_finish();
58
- clearerr(stdin);
59
60
if (yyresult) /* error */
61
return NIL;
0 commit comments