Commit 99155aaa authored by Tom Lane's avatar Tom Lane

Fix typo in error message.

Per Euler Taveira de Oliveira.
parent a7d9203c
......@@ -123,7 +123,7 @@ DefineCollation(List *names, List *parameters)
if (!collcollate)
ereport(ERROR,
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
errmsg("parameter \"lc_collate\" parameter must be specified")));
errmsg("parameter \"lc_collate\" must be specified")));
if (!collctype)
ereport(ERROR,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment