]> 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)
commit7afd156457e821a78ced3a356d49831aa09645ae
tree793f0ce2e9556647f869bd43320d6939a62e4586
parent2fe1939b0b27956169fa974501143a7c0b7946f2
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