Windows question: when is LC_MESSAGES defined?

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Windows question: when is LC_MESSAGES defined?
Date: 2025-07-09 17:32:12
Message-ID: c69a1c6e09b2967737310a65bcfb57e85a356389.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-07-09 17:36:26 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message Andres Freund 2025-07-09 17:27:50 Re: Improving and extending int128.h to more of numeric.c