mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix misc typos, mostly in comments.
A collection of typos I happened to spot while reading code, as well as grepping for common mistakes. Backpatch to all supported versions, as applicable, to avoid conflicts when backporting other commits in the future.
This commit is contained in:
@ -2195,7 +2195,7 @@ LookupFuncWithArgs(ObjectType objtype, ObjectWithArgs *func, bool noError)
|
||||
else if (func->args_unspecified)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_UNDEFINED_FUNCTION),
|
||||
errmsg("could not find a aggregate named \"%s\"",
|
||||
errmsg("could not find an aggregate named \"%s\"",
|
||||
NameListToString(func->objname))));
|
||||
else if (argcount == 0)
|
||||
ereport(ERROR,
|
||||
|
Reference in New Issue
Block a user