We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente4f2bea commit806aba4Copy full SHA for 806aba4
src/backend/access/nbtree/nbtutils.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.44 2001/03/23 04:49:52 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.45 2001/05/17 14:59:31 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -477,7 +477,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
477
478
if (isNull)
479
{
480
-
481
/*
482
* Since NULLs are sorted after non-NULLs, we know we have
483
* reached the upper limit of the range of values for this
@@ -504,7 +503,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
504
503
505
if (DatumGetBool(test)== !!(key->sk_flags&SK_NEGATE))
506
507
508
509
* Tuple fails this qual. If it's a required qual, then we
510
* can conclude no further tuples will pass, either.