Re: Fix order of checking ICU options in initdb and create database - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Fix order of checking ICU options in initdb and create database
Date
Msg-id a34a8668-6b1a-5ca4-0f5d-4592a5a5977d@enterprisedb.com
Whole thread Raw
In response to Re: Fix order of checking ICU options in initdb and create database  (Марина Полякова <polyakova.marina69@gmail.com>)
Responses Re: Fix order of checking ICU options in initdb and create database
List pgsql-hackers
On 19.11.22 13:12, Марина Полякова wrote:
>> I'm not in favor of changing this.  The existing code intentionally
>> tries to centralize the "ICU is not supported in this build" knowledge
>> in few places.  Your patch tries to make this check early, but in the
>> process adds more places where ICU support needs to be checked
>> explicitly.  This increases the code size and also creates a future
>> burden to maintain that level of checking.  I think building without ICU
>> should be considered a marginal configuration at this point, so we don't
>> need to go out of our way to create a perfect user experience for this
>> configuration, as long as we check somewhere in the end.
> Maybe this should be written in the documentation [1] or --with-icu
> should be used by default? As a developer I usually check something
> with the simplest configure run to make sure other options do not
> affect the checked behaviour. And some other developers in our company
> also use simple configure runs, without --with-icu etc.

Well, this isn't a hard rule, just my opinion and where I see the world 
moving.  It's similar to --with-openssl and --with-lz4 etc.



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: More efficient build farm animal wakeup?
Next
From: Andrew Dunstan
Date:
Subject: Re: More efficient build farm animal wakeup?