1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Reduce icu_validation_level default to WARNING.

Discussion: https://postgr.es/m/daa9f060aa2349ebc84444515efece49e7b32c5d.camel@j-davis.com
This commit is contained in:
Jeff Davis
2023-05-17 13:18:40 -07:00
parent 009bd237bf
commit 6de31ce446
6 changed files with 8 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ char *locale_monetary;
char *locale_numeric;
char *locale_time;
int icu_validation_level = ERROR;
int icu_validation_level = WARNING;
/*
* lc_time localization cache.

View File

@@ -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
},

View File

@@ -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