diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-09-16 11:10:41 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-09-16 11:10:41 +0200 |
commit | 1e08576691bf1a25c0e28745e5e800c44f2a1c76 (patch) | |
tree | bbe20f0af957adf27274a0cd46ba30f536b58300 /src/backend/access/gist/gistbuild.c | |
parent | c7db01e325a530ec38ec7ba57cd3ed32e123e33c (diff) | |
download | postgresql-1e08576691bf1a25c0e28745e5e800c44f2a1c76.tar.gz postgresql-1e08576691bf1a25c0e28745e5e800c44f2a1c76.zip |
Fix createdb tests for C locale
If the createdb tests run under the C locale, the database cluster
will be initialized with encoding SQL_ASCII. With the checks added in
c7db01e325a530ec38ec7ba57cd3ed32e123e33c, 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.
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions