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

Commit5dd9b58

Browse files
committed
grammar cleanup'
1 parentddd50c4 commit5dd9b58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/backend/parser/gram.y

Lines changed: 4 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.64 1999/03/18 22:01:56 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.65 1999/03/18 22:03:59 momjian Exp $
1414
*
1515
* HISTORY
1616
* AUTHORDATEMAJOR EVENT
@@ -5685,8 +5685,9 @@ Oid param_type(int t)
56855685
}
56865686

56875687
/*
5688-
*The optimizer doesn't like '-' 4, but wants an integer of -4, so we
5689-
* try to merge the minus into the constant.
5688+
*The optimizer doesn't like '-' 4 for index use. It only checks for
5689+
*Var '=' Const. It wants an integer of -4, so we try to merge the
5690+
*minus into the constant.
56905691
*/
56915692
static Node *doNegate(Node *n)
56925693
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp