mirror of https://github.com/postgres/postgres
If the createdb tests run under the C locale, the database cluster
will be initialized with encoding SQL_ASCII. With the checks added in
c7db01e325, this will cause several
ICU-related tests to fail because SQL_ASCII is not supported by ICU.
To work around that, use initdb option -E UTF8 for those tests to get
past that check.
pull/104/head
parent
c7db01e325
commit
1e08576691
Loading…
Reference in new issue