diff options
author | Jeff Davis <jdavis@postgresql.org> | 2023-05-17 13:18:40 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2023-05-17 13:18:40 -0700 |
commit | 6de31ce446e59a1f947c7ebe4e4bbe7ca2b842bc (patch) | |
tree | e2f2272661261c434dbba4fb1ded8dbc387f1258 /src/backend/utils/misc/postgresql.conf.sample | |
parent | 009bd237bf6db64ea1131df71f19a529b119fbef (diff) | |
download | postgresql-6de31ce446e59a1f947c7ebe4e4bbe7ca2b842bc.tar.gz postgresql-6de31ce446e59a1f947c7ebe4e4bbe7ca2b842bc.zip |
Reduce icu_validation_level default to WARNING.
Discussion: https://postgr.es/m/daa9f060aa2349ebc84444515efece49e7b32c5d.camel@j-davis.com
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 11a4cf6cfbb..c8018da04ad 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |