We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd50c4 commit 5dd9b58Copy full SHA for 5dd9b58
src/backend/parser/gram.y
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.64 1999/03/18 22:01:56 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.65 1999/03/18 22:03:59 momjian Exp $
14
15
* HISTORY
16
* AUTHOR DATE MAJOR EVENT
@@ -5685,8 +5685,9 @@ Oid param_type(int t)
5685
}
5686
5687
/*
5688
- * The optimizer doesn't like '-' 4, but wants an integer of -4, so we
5689
- * try to merge the minus into the constant.
+ * The optimizer doesn't like '-' 4 for index use. It only checks for
+ * Var '=' Const. It wants an integer of -4, so we try to merge the
5690
+ * minus into the constant.
5691
*/
5692
static Node *doNegate(Node *n)
5693
{
0 commit comments