Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f244a2b

Browse files
committed
Move ICU-specific code from pg_locale.c into pg_locale_icu.c.
Discussion: https://postgr.es/m/flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com
1 parent 1acd0f5 commit f244a2b

File tree

4 files changed

+725
-677
lines changed

4 files changed

+725
-677
lines changed

src/backend/utils/adt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ OBJS = \
7979
orderedsetaggs.o \
8080
partitionfuncs.o \
8181
pg_locale.o \
82+
pg_locale_icu.o \
8283
pg_lsn.o \
8384
pg_upgrade_support.o \
8485
pgstatfuncs.o \

src/backend/utils/adt/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ backend_sources += files(
6666
'orderedsetaggs.c',
6767
'partitionfuncs.c',
6868
'pg_locale.c',
69+
'pg_locale_icu.c',
6970
'pg_lsn.c',
7071
'pg_upgrade_support.c',
7172
'pgstatfuncs.c',

0 commit comments

Comments
 (0)