]> granicus.if.org Git - postgresql/commit
Report more information if pg_perm_setlocale() fails at startup.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2015 17:37:08 +0000 (13:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2015 17:37:08 +0000 (13:37 -0400)
commitcac1d093ecba3cb5124e43a082d21a4a4fd3aafe
treef0e5ae783d3db956010f5436824840ce931a44d8
parente06e56212c95e5187d930ac4a98131a88cb934ed
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