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

Commit863db45

Browse files
committed
Make ^ precidence greater than *.
1 parent7d23fc5 commit863db45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 3 additions & 2 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.87 1999/07/08 00:00:42 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.88 1999/07/09 21:59:59 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -349,7 +349,8 @@ Oidparam_type(int t); /* used in parse_expr.c */
349349
%nonassocNULL_P
350350
%nonassocIS
351351
%left'+' '-'
352-
%left'*' '/' '%' '^'
352+
%left'*' '/' '%'
353+
%left'^'
353354
%left'|'/* this is the relation union op, not logical or */
354355
/* Unary Operators */
355356
%right':'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp