Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3ed942

Browse files
committed
Not sure why parser() was still doing clearerr(stdin) ... but it's
*got* to be pointless.
1 parent 16503e6 commit e3ed942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/parser/parser.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
1616
* IDENTIFICATION
17-
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.57 2003/04/29 22:13:10 tgl Exp $
17+
* $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.58 2003/05/05 01:59:02 tgl Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -55,7 +55,6 @@ raw_parser(const char *str)
5555
yyresult = yyparse();
5656

5757
scanner_finish();
58-
clearerr(stdin);
5958

6059
if (yyresult) /* error */
6160
return NIL;

0 commit comments

Comments
 (0)