mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix ordering of items in nbtree error message.
Oversight in commita5213adf
. Backpatch: 13-, just like commita5213adf
.
This commit is contained in:
parent
349cd8c582
commit
c2381b5104
@ -1184,7 +1184,7 @@ _bt_insertonpg(Relation rel,
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user