Skip to content
Snippets Groups Projects
Commit 93dc1d46 authored by Tom Lane's avatar Tom Lane
Browse files

Fix mistaken comment.

parent 272cc8e2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.46 2004/08/29 05:06:44 momjian Exp $ * $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.47 2004/09/01 18:04:32 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -288,7 +288,7 @@ push_nots(Expr *qual) ...@@ -288,7 +288,7 @@ push_nots(Expr *qual)
* possible? */ * possible? */
/* /*
* Negate an operator clause if possible: (NOT (< A B)) => (> A B) * Negate an operator clause if possible: (NOT (< A B)) => (>= A B)
* Otherwise, retain the clause as it is (the NOT can't be pushed down * Otherwise, retain the clause as it is (the NOT can't be pushed down
* any farther). * any farther).
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment