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 48a257d commit cab3ce7Copy full SHA for cab3ce7
src/test/icu/t/010_database.pl
@@ -54,7 +54,7 @@
54
# Test error cases in CREATE DATABASE involving locale-related options
55
56
my ($ret, $stdout, $stderr) = $node1->psql('postgres',
57
- q{CREATE DATABASE dbicu LOCALE_PROVIDER icu TEMPLATE template0});
+ q{CREATE DATABASE dbicu LOCALE_PROVIDER icu TEMPLATE template0 ENCODING UTF8});
58
isnt($ret, 0,
59
"ICU locale must be specified for ICU provider: exit code not 0");
60
like(
0 commit comments