Fix obsolete nbtree split buffer comment.

Oversight in commit d088ba5a.
This commit is contained in:
Peter Geoghegan 2024-10-27 10:38:24 -04:00
parent e18512c000
commit 33b2fbe050

View File

@ -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);
/*