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);
|
rbuf = _bt_allocbuf(rel, heaprel);
|
||||||
rightpage = BufferGetPage(rbuf);
|
rightpage = BufferGetPage(rbuf);
|
||||||
rightpagenumber = BufferGetBlockNumber(rbuf);
|
rightpagenumber = BufferGetBlockNumber(rbuf);
|
||||||
/* rightpage was initialized by _bt_getbuf */
|
/* rightpage was initialized by _bt_allocbuf */
|
||||||
ropaque = BTPageGetOpaque(rightpage);
|
ropaque = BTPageGetOpaque(rightpage);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user