mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Reduce icu_validation_level default to WARNING.
Discussion: https://postgr.es/m/daa9f060aa2349ebc84444515efece49e7b32c5d.camel@j-davis.com
This commit is contained in:
@@ -4689,7 +4689,7 @@ struct config_enum ConfigureNamesEnum[] =
|
||||
NULL
|
||||
},
|
||||
&icu_validation_level,
|
||||
ERROR, icu_validation_level_options,
|
||||
WARNING, icu_validation_level_options,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
||||
|
||||
@@ -734,7 +734,7 @@
|
||||
#lc_numeric = 'C' # locale for number formatting
|
||||
#lc_time = 'C' # locale for time formatting
|
||||
|
||||
#icu_validation_level = ERROR # report ICU locale validation
|
||||
#icu_validation_level = WARNING # report ICU locale validation
|
||||
# errors at the given level
|
||||
|
||||
# default configuration for text search
|
||||
|
||||
Reference in New Issue
Block a user