Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33b2fbe

Browse files
Fix obsolete nbtree split buffer comment.
Oversight in commit d088ba5.
1 parent e18512c commit 33b2fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtinsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ _bt_split(Relation rel, Relation heaprel, BTScanInsert itup_key, Buffer buf,
17201720
rbuf = _bt_allocbuf(rel, heaprel);
17211721
rightpage = BufferGetPage(rbuf);
17221722
rightpagenumber = BufferGetBlockNumber(rbuf);
1723-
/* rightpage was initialized by _bt_getbuf */
1723+
/* rightpage was initialized by _bt_allocbuf */
17241724
ropaque = BTPageGetOpaque(rightpage);
17251725

17261726
/*

0 commit comments

Comments
 (0)