mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix obsolete nbtree split buffer comment.
Oversight in commit d088ba5a
.
This commit is contained in:
parent
e18512c000
commit
33b2fbe050
@ -1720,7 +1720,7 @@ _bt_split(Relation rel, Relation heaprel, BTScanInsert itup_key, Buffer buf,
|
||||
rbuf = _bt_allocbuf(rel, heaprel);
|
||||
rightpage = BufferGetPage(rbuf);
|
||||
rightpagenumber = BufferGetBlockNumber(rbuf);
|
||||
/* rightpage was initialized by _bt_getbuf */
|
||||
/* rightpage was initialized by _bt_allocbuf */
|
||||
ropaque = BTPageGetOpaque(rightpage);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user