Skip to content

Commit df454bd

Browse files
committed
Fix silly typo in commentary...
1 parent 0e264fb commit df454bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtsearch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.51 1999/07/16 22:17:06 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.52 1999/07/17 16:02:50 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -458,7 +458,7 @@ _bt_binsrch(Relation rel,
458458
* return the first equal key if one exists, else the last lesser key
459459
* if one exists, else the first slot on the page.
460460
*
461-
* For a partial-match search (srchtype == BT_DESCENT and natts < keysz)
461+
* For a partial-match search (srchtype == BT_DESCENT and natts > keysz)
462462
* return the last lesser key if one exists, else the first slot.
463463
*
464464
* Old comments:

0 commit comments

Comments
 (0)