1
0
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:
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.