mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix double-phrase typo in message
New in 147e3722f7e5.
This commit is contained in:
parent
fc115d0f9f
commit
d22f885f89
@ -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))));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user