8000
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 701ac2c commit 8b808f1Copy full SHA for 8b808f1
src/backend/commands/dbcommands.c
@@ -912,11 +912,6 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
912
ereport(ERROR,
913
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
914
errmsg("ICU locale cannot be specified unless locale provider is ICU")));
915
- if (dblocprovider == COLLPROVIDER_ICU && !dbiculocale)
916
- {
917
- if (dlocale && dlocale->arg)
918
- dbiculocale = defGetString(dlocale);
919
- }
920
if (distemplate && distemplate->arg)
921
dbistemplate = defGetBoolean(distemplate);
922
if (dallowconnections && dallowconnections->arg)
0 commit comments