Skip to content

Commit 256fc00

Browse files
committed
Adjust gratuitously different error message wording
1 parent 78b0cac commit 256fc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/lockcmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RangeVarCallbackForLockTable(const RangeVar *rv, Oid relid, Oid oldrelid,
9999
relkind != RELKIND_VIEW)
100100
ereport(ERROR,
101101
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
102-
errmsg("\"%s\" is not a table or a view",
102+
errmsg("\"%s\" is not a table or view",
103103
rv->relname)));
104104

105105
/*

0 commit comments

Comments
 (0)