Skip to content
Snippets Groups Projects
Commit e3ed942e authored by Tom Lane's avatar Tom Lane
Browse files

Not sure why parser() was still doing clearerr(stdin) ... but it's

*got* to be pointless.
parent 16503e6f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $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 $
*
*-------------------------------------------------------------------------
*/
......@@ -55,7 +55,6 @@ raw_parser(const char *str)
yyresult = yyparse();
scanner_finish();
clearerr(stdin);
if (yyresult) /* error */
return NIL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment