mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix vim-induced typo.
This commit is contained in:
@ -7387,7 +7387,7 @@ ATExecChangeOwner(Oid relationOid, Oid newOwnerId, bool recursing, LOCKMODE lock
|
|||||||
default:
|
default:
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
|
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
|
||||||
errmsg("\"%s\" is not a table, view, sequence, or foreign tabl, or foreign tablee",
|
errmsg("\"%s\" is not a table, view, sequence, or foreign table",
|
||||||
NameStr(tuple_class->relname))));
|
NameStr(tuple_class->relname))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user