Commit 5dd9b58a authored by Bruce Momjian's avatar Bruce Momjian

grammar cleanup'

parent ddd50c44
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
* HISTORY * HISTORY
* AUTHOR DATE MAJOR EVENT * AUTHOR DATE MAJOR EVENT
...@@ -5685,8 +5685,9 @@ Oid param_type(int t) ...@@ -5685,8 +5685,9 @@ Oid param_type(int t)
} }
/* /*
* The optimizer doesn't like '-' 4, but wants an integer of -4, so we * The optimizer doesn't like '-' 4 for index use. It only checks for
* try to merge the minus into the constant. * Var '=' Const. It wants an integer of -4, so we try to merge the
* minus into the constant.
*/ */
static Node *doNegate(Node *n) static Node *doNegate(Node *n)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment