mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +03:00
Remove provider field from pg_locale_t.
The behavior of pg_locale_t is specified by methods, so a separate provider field is no longer necessary. Reviewed-by: Andreas Karlsson <andreas@proxel.se> Reviewed-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/2830211e1b6e6a2e26d845780b03e125281ea17b.camel%40j-davis.com
This commit is contained in:
@@ -143,7 +143,6 @@ struct ctype_methods
|
||||
*/
|
||||
struct pg_locale_struct
|
||||
{
|
||||
char provider;
|
||||
bool deterministic;
|
||||
bool collate_is_c;
|
||||
bool ctype_is_c;
|
||||
|
||||
Reference in New Issue
Block a user