We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272cc8e commit 93dc1d4Copy full SHA for 93dc1d4
src/backend/optimizer/prep/prepqual.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -288,7 +288,7 @@ push_nots(Expr *qual)
288
* possible? */
289
290
/*
291
- * Negate an operator clause if possible: (NOT (< A B)) => (> A B)
+ * Negate an operator clause if possible: (NOT (< A B)) => (>= A B)
292
* Otherwise, retain the clause as it is (the NOT can't be pushed down
293
* any farther).
294
0 commit comments