File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/nbtree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments