mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix a few typos in comments and variable names.
Author: Michael Paquier Discussion: https://www.postgresql.org/message-id/20180411075223.GB19732%40paquier.xyz
This commit is contained in:
@ -2087,7 +2087,8 @@ btproperty(Oid index_oid, int attno,
|
||||
*
|
||||
* Transforms an ordinal B-tree leaf index tuple into pivot tuple to be used
|
||||
* as hikey or non-leaf page tuple with downlink. Note that t_tid offset
|
||||
* will be overritten in order to represent number of present tuple attributes.
|
||||
* will be overwritten in order to represent number of present tuple
|
||||
* attributes.
|
||||
*/
|
||||
IndexTuple
|
||||
_bt_truncate_tuple(Relation idxrel, IndexTuple olditup)
|
||||
|
Reference in New Issue
Block a user