1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Move ICU-specific code from pg_locale.c into pg_locale_icu.c.

Discussion: https://postgr.es/m/flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com
This commit is contained in:
Jeff Davis
2024-10-14 12:13:20 -07:00
parent 1acd0f5527
commit f244a2bb4c
4 changed files with 725 additions and 677 deletions

View File

@@ -66,6 +66,7 @@ backend_sources += files(
'orderedsetaggs.c',
'partitionfuncs.c',
'pg_locale.c',
'pg_locale_icu.c',
'pg_lsn.c',
'pg_upgrade_support.c',
'pgstatfuncs.c',