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 fc115d0 commit d22f885Copy full SHA for d22f885
src/backend/access/table/tableam.c
@@ -233,7 +233,7 @@ table_tuple_get_latest_tid(TableScanDesc scan, ItemPointer tid)
233
if (!tableam->tuple_tid_valid(scan, tid))
234
ereport(ERROR,
235
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
236
- errmsg("tid (%u, %u) is not valid for relation for relation \"%s\"",
+ errmsg("tid (%u, %u) is not valid for relation \"%s\"",
237
ItemPointerGetBlockNumberNoCheck(tid),
238
ItemPointerGetOffsetNumberNoCheck(tid),
239
RelationGetRelationName(rel))));
0 commit comments