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)
commitabdeb3504d079eb622264c248a0eff4a86d2614e
treedf5263167a35e993db379ea8acfea490c447a20c
parent0db10d4e92b655dbb3cb3a08830783107e5f9e60
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