Arrange to set the LC_XXX environment variables to match our locale setup.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d514752dbf15b0a8428e6d8a1dc6cca9b9da5684
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-05T00:55:24Z
Releases: 7.4.11
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

PathChange+/−
src/backend/access/transam/xlog.c modified +4 −3
src/backend/main/main.c modified +15 −7
src/backend/utils/adt/pg_locale.c modified +117 −6
src/include/utils/pg_locale.h modified +3 −1