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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user