Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3ed942

Browse files
committed
Not sure why parser() was still doing clearerr(stdin) ... but it's
*got* to be pointless.
1 parent16503e6 commite3ed942

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
returnNIL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp