mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Fix typos and inconsistencies in code comments
Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com
This commit is contained in:
@ -424,7 +424,7 @@ _bt_binsrch(Relation rel,
|
||||
|
||||
/*
|
||||
*
|
||||
* bt_binsrch_insert() -- Cacheable, incremental leaf page binary search.
|
||||
* _bt_binsrch_insert() -- Cacheable, incremental leaf page binary search.
|
||||
*
|
||||
* Like _bt_binsrch(), but with support for caching the binary search
|
||||
* bounds. Only used during insertion, and only on the leaf page that it
|
||||
|
Reference in New Issue
Block a user