Fix double-phrase typo in message

New in 147e3722f7.
This commit is contained in:
Alvaro Herrera 2019-05-31 10:08:37 -04:00
parent fc115d0f9f
commit d22f885f89
1 changed files with 1 additions and 1 deletions

View File

@ -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))));