mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
@ -233,7 +233,7 @@ table_tuple_get_latest_tid(TableScanDesc scan, ItemPointer tid)
|
||||
if (!tableam->tuple_tid_valid(scan, tid))
|
||||
ereport(ERROR,
|
||||
(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),
|
||||
ItemPointerGetOffsetNumberNoCheck(tid),
|
||||
RelationGetRelationName(rel))));
|
||||
|
Reference in New Issue
Block a user