We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2eb7 commit f02147bCopy full SHA for f02147b
src/backend/commands/dbcommands.c
@@ -911,11 +911,6 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
911
ereport(ERROR,
912
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
913
errmsg("ICU locale cannot be specified unless locale provider is ICU")));
914
- if (dblocprovider == COLLPROVIDER_ICU && !dbiculocale)
915
- {
916
- if (dlocale && dlocale->arg)
917
- dbiculocale = defGetString(dlocale);
918
- }
919
if (distemplate && distemplate->arg)
920
dbistemplate = defGetBoolean(distemplate);
921
if (dallowconnections && dallowconnections->arg)
0 commit comments