mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Fix silly typo in commentary...
This commit is contained in:
parent
0e264fb464
commit
df454bd864
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.51 1999/07/16 22:17:06 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.52 1999/07/17 16:02:50 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -458,7 +458,7 @@ _bt_binsrch(Relation rel,
|
|||||||
* return the first equal key if one exists, else the last lesser key
|
* return the first equal key if one exists, else the last lesser key
|
||||||
* if one exists, else the first slot on the page.
|
* if one exists, else the first slot on the page.
|
||||||
*
|
*
|
||||||
* For a partial-match search (srchtype == BT_DESCENT and natts < keysz)
|
* For a partial-match search (srchtype == BT_DESCENT and natts > keysz)
|
||||||
* return the last lesser key if one exists, else the first slot.
|
* return the last lesser key if one exists, else the first slot.
|
||||||
*
|
*
|
||||||
* Old comments:
|
* Old comments:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user