Skip to content

Commit d22f885

Browse files
committed
Fix double-phrase typo in message
New in 147e372.
1 parent fc115d0 commit d22f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/table/tableam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ table_tuple_get_latest_tid(TableScanDesc scan, ItemPointer tid)
233233
if (!tableam->tuple_tid_valid(scan, tid))
234234
ereport(ERROR,
235235
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
236-
errmsg("tid (%u, %u) is not valid for relation for relation \"%s\"",
236+
errmsg("tid (%u, %u) is not valid for relation \"%s\"",
237237
ItemPointerGetBlockNumberNoCheck(tid),
238238
ItemPointerGetOffsetNumberNoCheck(tid),
239239
RelationGetRelationName(rel))));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy