Re: pgsql: Fix createdb tests for C locale

2022-09-20 Thread Andrew Dunstan
On 2022-09-19 Mo 15:46, Peter Eisentraut wrote: > On 17.09.22 16:44, Tom Lane wrote: >> Christoph Berg writes: >>> This seems to have broken 15 on apt.pg.o/Debian: >> >> Fails on RHEL8 too, if LANG=C. >> OK if LANG=C.utf8. >> >> (The lack of buildfarm complaints is distressing.  Apparently >> ou

Re: pgsql: Fix createdb tests for C locale

2022-09-19 Thread Andres Freund
Hi, On 2022-09-19 15:46:04 -0400, Peter Eisentraut wrote: > On 17.09.22 16:44, Tom Lane wrote: > > Christoph Berg writes: > > > This seems to have broken 15 on apt.pg.o/Debian: > > > > Fails on RHEL8 too, if LANG=C. > > OK if LANG=C.utf8. > > > > (The lack of buildfarm complaints is distressing

Re: pgsql: Fix createdb tests for C locale

2022-09-19 Thread Peter Eisentraut
On 17.09.22 16:44, Tom Lane wrote: Christoph Berg writes: This seems to have broken 15 on apt.pg.o/Debian: Fails on RHEL8 too, if LANG=C. OK if LANG=C.utf8. (The lack of buildfarm complaints is distressing. Apparently our coverage of ICU is very thin.) This issue is with a combination of

Re: pgsql: Fix createdb tests for C locale

2022-09-19 Thread Peter Eisentraut
On 17.09.22 12:15, Christoph Berg wrote: Re: Peter Eisentraut 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 sever

Re: pgsql: Fix createdb tests for C locale

2022-09-17 Thread Tom Lane
Christoph Berg writes: > This seems to have broken 15 on apt.pg.o/Debian: Fails on RHEL8 too, if LANG=C. OK if LANG=C.utf8. (The lack of buildfarm complaints is distressing. Apparently our coverage of ICU is very thin.) regards, tom lane

Re: pgsql: Fix createdb tests for C locale

2022-09-17 Thread Christoph Berg
Re: Peter Eisentraut > 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 bec

pgsql: Fix createdb tests for C locale

2022-09-16 Thread Peter Eisentraut
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 b

pgsql: Fix createdb tests for C locale

2022-09-16 Thread Peter Eisentraut
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 b