We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cce4a commit d5a2ffbCopy full SHA for d5a2ffb
src/backend/access/nbtree/nbtinsert.c
@@ -1178,7 +1178,7 @@ _bt_insertonpg(Relation rel,
1178
errmsg_internal("table tid from new index tuple (%u,%u) overlaps with invalid duplicate tuple at offset %u of block %u in index \"%s\"",
1179
ItemPointerGetBlockNumber(&itup->t_tid),
1180
ItemPointerGetOffsetNumber(&itup->t_tid),
1181
- BufferGetBlockNumber(buf), newitemoff,
+ newitemoff, BufferGetBlockNumber(buf),
1182
RelationGetRelationName(rel))));
1183
1184
/* use a mutable copy of itup as our itup from here on */
0 commit comments