Report more information if pg_perm_setlocale() fails at startup.

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

Commit: 7a4211ebd2a57f6b78ae05c6d93efc5fd1d94735
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-06-09T17:37:08Z
Releases: 9.2.13
Report more information if pg_perm_setlocale() fails at startup.

We don't know why a few Windows users have seen this fail, but the
taciturnity of the error message certainly isn't helping debug it.
Let's at least find out which LC category isn't working.

Files

PathChange+/−
src/backend/main/main.c modified +14 −13