mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +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
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user