Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 93dc1d4

Browse files
committed
Fix mistaken comment.
1 parent 272cc8e commit 93dc1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/prep/prepqual.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.46 2004/08/29 05:06:44 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/optimizer/prep/prepqual.c,v 1.47 2004/09/01 18:04:32 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -288,7 +288,7 @@ push_nots(Expr *qual)
288288
* possible? */
289289

290290
/*
291-
* Negate an operator clause if possible: (NOT (< A B)) => (> A B)
291+
* Negate an operator clause if possible: (NOT (< A B)) => (>= A B)
292292
* Otherwise, retain the clause as it is (the NOT can't be pushed down
293293
* any farther).
294294
*/

0 commit comments

Comments
 (0)