|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * 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 $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -288,7 +288,7 @@ push_nots(Expr *qual)
|
288 | 288 | * possible? */
|
289 | 289 |
|
290 | 290 | /*
|
291 |
| - * Negate an operator clause if possible: (NOT (< A B)) => (> A B) |
| 291 | + * Negate an operator clause if possible: (NOT (< A B)) => (>= A B) |
292 | 292 | * Otherwise, retain the clause as it is (the NOT can't be pushed down
|
293 | 293 | * any farther).
|
294 | 294 | */
|
|