|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * 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 $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -458,7 +458,7 @@ _bt_binsrch(Relation rel, |
458 | 458 | * return the first equal key if one exists, else the last lesser key |
459 | 459 | * if one exists, else the first slot on the page. |
460 | 460 | * |
461 | | - * For a partial-match search (srchtype == BT_DESCENT and natts< keysz) |
| 461 | + * For a partial-match search (srchtype == BT_DESCENT and natts> keysz) |
462 | 462 | * return the last lesser key if one exists, else the first slot. |
463 | 463 | * |
464 | 464 | * Old comments: |
|