mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Fix typo in error message.
Per Euler Taveira de Oliveira.
This commit is contained in:
parent
a7d9203cc4
commit
99155aaa33
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user