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

Commit66ac94c

Browse files
committed
Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Move implementation of pg_locale_t code for libc collations intopg_locale_libc.c. Other locale-related code, such aspg_perm_setlocale(), remains in pg_locale.c for now.Discussion:https://postgr.es/m/flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com
1 parent9812138 commit66ac94c

File tree

4 files changed

+514
-464
lines changed

4 files changed

+514
-464
lines changed

‎src/backend/utils/adt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ OBJS = \
8080
partitionfuncs.o\
8181
pg_locale.o\
8282
pg_locale_icu.o\
83+
pg_locale_libc.o\
8384
pg_lsn.o\
8485
pg_upgrade_support.o\
8586
pgstatfuncs.o\

‎src/backend/utils/adt/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ backend_sources += files(
6767
'partitionfuncs.c',
6868
'pg_locale.c',
6969
'pg_locale_icu.c',
70+
'pg_locale_libc.c',
7071
'pg_lsn.c',
7172
'pg_upgrade_support.c',
7273
'pgstatfuncs.c',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp