index a755aee55eb6497735b5d90632ba7490dbd9e944..1241c56239721446a473f8aebd12c1df06945f02 100644 (file)
errmsg_internal("table tid from new index tuple (%u,%u) overlaps with invalid duplicate tuple at offset %u of block %u in index \"%s\"",
ItemPointerGetBlockNumber(&itup->t_tid),
ItemPointerGetOffsetNumber(&itup->t_tid),
- BufferGetBlockNumber(buf), newitemoff,
+ newitemoff, BufferGetBlockNumber(buf),
RelationGetRelationName(rel))));
/* use a mutable copy of itup as our itup from here on */