]> git.ipfire.org Git - thirdparty/postgresql.git/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)
commit7a4211ebd2a57f6b78ae05c6d93efc5fd1d94735
treebca5220f2418e87f5d91291701e917bbd973cba0
parent18935145e7f31ca975e0763f73c8c3f12aa62672
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