Skip to content
Snippets Groups Projects
Commit 99155aaa authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo in error message.

Per Euler Taveira de Oliveira.
parent a7d9203c
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ DefineCollation(List *names, List *parameters) ...@@ -123,7 +123,7 @@ DefineCollation(List *names, List *parameters)
if (!collcollate) if (!collcollate)
ereport(ERROR, ereport(ERROR,
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION), (errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
errmsg("parameter \"lc_collate\" parameter must be specified"))); errmsg("parameter \"lc_collate\" must be specified")));
if (!collctype) if (!collctype)
ereport(ERROR, ereport(ERROR,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment