aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeWorktablescan.c
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2015-01-07 22:34:57 -0500
committerNoah Misch <noah@leadboat.com>2015-01-07 22:34:57 -0500
commit6fdba8ceb071a3512d5685f1cd4f971ab4d562d1 (patch)
treef7b5c860a136496d54b6d6d4eb197f63d2a376ed /src/backend/executor/nodeWorktablescan.c
parente415b469b33ba328765e39fd62edcd28f30d9c3c (diff)
downloadpostgresql-6fdba8ceb071a3512d5685f1cd4f971ab4d562d1.tar.gz
postgresql-6fdba8ceb071a3512d5685f1cd4f971ab4d562d1.zip
Always set the six locale category environment variables in main().
Typical server invocations already achieved that. Invalid locale settings in the initial postmaster environment interfered, as could malloc() failure. Setting "LC_MESSAGES=pt_BR.utf8 LC_ALL=invalid" in the postmaster environment will now choose C-locale messages, not Brazilian Portuguese messages. Most localized programs, including all PostgreSQL frontend executables, do likewise. Users are unlikely to observe changes involving locale categories other than LC_MESSAGES. CheckMyDatabase() ensures that we successfully set LC_COLLATE and LC_CTYPE; main() sets the remaining three categories to locale "C", which almost cannot fail. Back-patch to 9.0 (all supported versions).
Diffstat (limited to 'src/backend/executor/nodeWorktablescan.c')
0 files changed, 0 insertions, 0 deletions