Re: Fix database creation during installchecks for ICU cluster

2023-01-31 Thread vignesh C
On Tue, 17 Jan 2023 at 17:17, vignesh C wrote: > > On Tue, 29 Nov 2022 at 20:24, Nazir Bilal Yavuz wrote: > > > > Hi, > > > > Thanks for the patch! > > > > > > On 10/29/22 12:54, Marina Polyakova wrote: > > > > > > 1) The ECPG tests fail because they use the SQL_ASCII encoding [2], > > > the

Re: Fix database creation during installchecks for ICU cluster

2023-01-17 Thread vignesh C
On Tue, 29 Nov 2022 at 20:24, Nazir Bilal Yavuz wrote: > > Hi, > > Thanks for the patch! > > > On 10/29/22 12:54, Marina Polyakova wrote: > > > > 1) The ECPG tests fail because they use the SQL_ASCII encoding [2], > > the database template0 uses the ICU locale provider and SQL_ASCII is > > not

Re: Fix database creation during installchecks for ICU cluster

2022-11-29 Thread Nazir Bilal Yavuz
Hi, Thanks for the patch! On 10/29/22 12:54, Marina Polyakova wrote: 1) The ECPG tests fail because they use the SQL_ASCII encoding [2], the database template0 uses the ICU locale provider and SQL_ASCII is not supported by ICU: $ make -C src/interfaces/ecpg/ installcheck ...

Fix database creation during installchecks for ICU cluster

2022-10-29 Thread Marina Polyakova
(sss->locale->provider == COLLPROVIDER_ICU) @@ -2472,6 +2490,14 @@ varstr_abbrev_convert(Datum original, SortSupport ssup) if (sss->typid == BPCHAROID) len = bpchartruelen(authoritative_data, len); + elog(NOTICE, "varstr_abbrev_convert sss->collate_c %d sss->locale %p", sss-