Move libc-specific code from pg_locale.c into pg_locale_libc.c.
Jeff Davis <jdavis@postgresql.org>
Move libc-specific code from pg_locale.c into pg_locale_libc.c. Move implementation of pg_locale_t code for libc collations into pg_locale_libc.c. Other locale-related code, such as pg_perm_setlocale(), remains in pg_locale.c for now. Discussion: https://postgr.es/m/flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/Makefile | modified | +1 −0 |
| src/backend/utils/adt/meson.build | modified | +1 −0 |
| src/backend/utils/adt/pg_locale.c | modified | +10 −464 |
| src/backend/utils/adt/pg_locale_libc.c | added | +502 −0 |
Discussion
Cited messages not in the archive:
flat/2830211e1b6e6a2e26d845780b03e125281ea17b.camel@j-davis.com