Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf244a2b

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 parent1acd0f5 commitf244a2b

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)

[8]ページ先頭

©2009-2025 Movatter.jp