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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy