Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33b2fbe

Browse files
Fix obsolete nbtree split buffer comment.
Oversight in commitd088ba5.
1 parente18512c commit33b2fbe

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)

[8]ページ先頭

©2009-2025 Movatter.jp