1
0
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:
Jeff Davis
2024-10-14 12:22:13 -07:00
parent 9812138593
commit 66ac94cdc7
4 changed files with 514 additions and 464 deletions

View File

@@ -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',