Joe Conway <mail(at)joeconway(dot)com> writes:
> 5/ The attached fixes the issue for me on pg10 and passes check-world.
> Comments?
The call in PGLC_localeconv seems *very* oddly placed. Why not
do that before it does any other locale calls? Otherwise you don't
really have reason to believe you're saving the appropriate
values to restore later.
regards, tom lane