Report more information if pg_perm_setlocale() fails at startup.
authorTom Lane
Tue, 9 Jun 2015 17:37:08 +0000 (13:37 -0400)
committerTom Lane
Tue, 9 Jun 2015 17:37:08 +0000 (13:37 -0400)
commite7da27ce025af681c1ab9d9f9a29e9ffb31472c3
treeffd97c343aacf65b95c59154305b6dd9badb438d
parent82f81ba0852a3d732b39aae131a9fae419fee4a6
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.
src/backend/main/main.c