mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Move implementation of pg_locale_t code for libc collations into pg_locale_libc.c. Other locale-related code, such as pg_perm_setlocale(), remains in pg_locale.c for now. Discussion: https://postgr.es/m/flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com
This commit is contained in:
@@ -67,6 +67,7 @@ backend_sources += files(
|
||||
'partitionfuncs.c',
|
||||
'pg_locale.c',
|
||||
'pg_locale_icu.c',
|
||||
'pg_locale_libc.c',
|
||||
'pg_lsn.c',
|
||||
'pg_upgrade_support.c',
|
||||
'pgstatfuncs.c',
|
||||
|
||||
Reference in New Issue
Block a user