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

Commitf8263c5

Browse files
committed
cleanup
1 parent8425c24 commitf8263c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/parser/gram.y

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.67 1999/03/21 02:26:56 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.68 1999/03/21 02:30:22 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -3698,9 +3698,9 @@ a_expr: attr opt_indirection
36983698
}
36993699
| '-' a_expr %prec UMINUS
37003700
{$$ = doNegate($2); }
3701-
| '%' a_expr %prec UMINUS
3701+
| '%' a_expr
37023702
{$$ = makeA_Expr(OP, "%", NULL, $2); }
3703-
| a_expr%prec UMINUS'%'
3703+
| a_expr '%'
37043704
{$$ = makeA_Expr(OP, "%", $1, NULL); }
37053705
| a_expr '+' a_expr
37063706
{$$ = makeA_Expr(OP, "+", $1, $3); }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp