Windows question: when is LC_MESSAGES defined? - Mailing list pgsql-hackers

From Jeff Davis
Subject Windows question: when is LC_MESSAGES defined?
Date
Msg-id c69a1c6e09b2967737310a65bcfb57e85a356389.camel@j-davis.com
Whole thread Raw
Responses Re: Windows question: when is LC_MESSAGES defined?
List pgsql-hackers
I was trying to exercise the function IsoLocaleName(), which is
surrounded by:

   #if defined(WIN32) && defined(LC_MESSAGES)

but, at least in CI, that combination never seems to be true, which
surprised me. What platforms exercise this code path?

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Improving and extending int128.h to more of numeric.c
Next
From: Tom Lane
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER