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

Commitc2381b5

Browse files
Fix ordering of items in nbtree error message.
Oversight in commita5213ad.Backpatch: 13-, just like commita5213ad.
1 parent349cd8c commitc2381b5

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
@@ -1184,7 +1184,7 @@ _bt_insertonpg(Relation rel,
11841184
errmsg_internal("table tid from new index tuple (%u,%u) overlaps with invalid duplicate tuple at offset %u of block %u in index \"%s\"",
11851185
ItemPointerGetBlockNumber(&itup->t_tid),
11861186
ItemPointerGetOffsetNumber(&itup->t_tid),
1187-
BufferGetBlockNumber(buf),newitemoff,
1187+
newitemoff,BufferGetBlockNumber(buf),
11881188
RelationGetRelationName(rel))));
11891189

11901190
/* use a mutable copy of itup as our itup from here on */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp