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 349cd8c commit c2381b5Copy full SHA for c2381b5
src/backend/access/nbtree/nbtinsert.c
@@ -1184,7 +1184,7 @@ _bt_insertonpg(Relation rel,
1184
errmsg_internal("table tid from new index tuple (%u,%u) overlaps with invalid duplicate tuple at offset %u of block %u in index \"%s\"",
1185
ItemPointerGetBlockNumber(&itup->t_tid),
1186
ItemPointerGetOffsetNumber(&itup->t_tid),
1187
- BufferGetBlockNumber(buf), newitemoff,
+ newitemoff, BufferGetBlockNumber(buf),
1188
RelationGetRelationName(rel))));
1189
1190
/* use a mutable copy of itup as our itup from here on */
0 commit comments