Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93dc1d4

Browse files
committed
Fix mistaken comment.
1 parent272cc8e commit93dc1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/prep/prepqual.c

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp