mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
@ -233,7 +233,7 @@ table_tuple_get_latest_tid(TableScanDesc scan, ItemPointer tid)
|
|||||||
if (!tableam->tuple_tid_valid(scan, tid))
|
if (!tableam->tuple_tid_valid(scan, tid))
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||||
errmsg("tid (%u, %u) is not valid for relation for relation \"%s\"",
|
errmsg("tid (%u, %u) is not valid for relation \"%s\"",
|
||||||
ItemPointerGetBlockNumberNoCheck(tid),
|
ItemPointerGetBlockNumberNoCheck(tid),
|
||||||
ItemPointerGetOffsetNumberNoCheck(tid),
|
ItemPointerGetOffsetNumberNoCheck(tid),
|
||||||
RelationGetRelationName(rel))));
|
RelationGetRelationName(rel))));
|
||||||
|
Reference in New Issue
Block a user