Skip to content

Commit 99155aa

Browse files
committed
Fix typo in error message.
Per Euler Taveira de Oliveira.
1 parent a7d9203 commit 99155aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/collationcmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ DefineCollation(List *names, List *parameters)
123123
if (!collcollate)
124124
ereport(ERROR,
125125
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
126-
errmsg("parameter \"lc_collate\" parameter must be specified")));
126+
errmsg("parameter \"lc_collate\" must be specified")));
127127

128128
if (!collctype)
129129
ereport(ERROR,

0 commit comments

Comments
 (0)