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

Lines changed: 1 addition & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy