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

Commitdb263da

Browse files
committed
Peter forgot to fix {operator} rule to match modified definition of
'self' characters.
1 parent7a64100 commitdb263da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/parser/scan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.81 2000/10/31 13:59:53 petere Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.82 2000/11/02 23:20:27 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -433,7 +433,7 @@ other.
433433
* that the "self" rule would have.
434434
*/
435435
if (nchars ==1 &&
436-
strchr(",()[].;$:+-*/%^<>=|", yytext[0]))
436+
strchr(",()[].;$:+-*/%^<>=", yytext[0]))
437437
return yytext[0];
438438
}
439439

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp