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

Commit 806aba4

Browse files
committed
Small cleanup of spacing.
1 parent e4f2bea commit 806aba4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/access/nbtree/nbtutils.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.44 2001/03/23 04:49:52 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.45 2001/05/17 14:59:31 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -477,7 +477,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
477477

478478
if (isNull)
479479
{
480-
481480
/*
482481
* Since NULLs are sorted after non-NULLs, we know we have
483482
* reached the upper limit of the range of values for this
@@ -504,7 +503,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
504503

505504
if (DatumGetBool(test) == !!(key->sk_flags & SK_NEGATE))
506505
{
507-
508506
/*
509507
* Tuple fails this qual. If it's a required qual, then we
510508
* can conclude no further tuples will pass, either.

0 commit comments

Comments
 (0)