Commit d22f885f authored by Alvaro Herrera's avatar Alvaro Herrera

Fix double-phrase typo in message

New in 147e3722.
parent fc115d0f
...@@ -233,7 +233,7 @@ table_tuple_get_latest_tid(TableScanDesc scan, ItemPointer tid) ...@@ -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))));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment