Thanks to visit codestin.com Credit goes to github.com
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 c54dda6 commit 017146aCopy full SHA for 017146a
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