- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit66ac94c
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.com1 parent9812138 commit66ac94c
File tree
4 files changed
+514
-464
lines changed- src/backend/utils/adt
4 files changed
+514
-464
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments
Comments
(0)