Arrange to set the LC_XXX environment variables to match our locale setup.
Tom Lane <tgl@sss.pgh.pa.us>
Arrange to set the LC_XXX environment variables to match our locale setup. Back-patch of previous fix in HEAD for plperl-vs-locale issue.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +4 −3 |
| src/backend/main/main.c | modified | +19 −12 |
| src/backend/utils/adt/pg_locale.c | modified | +122 −35 |
| src/include/utils/pg_locale.h | modified | +3 −1 |