Re: Remaining dependency on setlocale() - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Remaining dependency on setlocale()
Date
Msg-id CA+Tgmoa7hqaVqAs0EupZ23=7ELf+zJin2pYXtqr2_OS-dMjJHA@mail.gmail.com
Whole thread Raw
In response to Re: Remaining dependency on setlocale()  (Joe Conway <mail@joeconway.com>)
Responses Re: Remaining dependency on setlocale()
List pgsql-hackers
On Wed, Aug 7, 2024 at 1:29 PM Joe Conway <mail@joeconway.com> wrote:
> FWIW I see all of these in glibc:
>
> isalnum_l, isalpha_l, isascii_l, isblank_l, iscntrl_l, isdigit_l,
> isgraph_l,  islower_l, isprint_l, ispunct_l, isspace_l, isupper_l,
> isxdigit_l

On my MacBook (Ventura, 13.6.7), I see all of these except for isascii_l.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: David Zhang
Date:
Subject: Re: Proposal for implementing OCSP Stapling in PostgreSQL
Next
From: Dean Rasheed
Date:
Subject: Re: Adding OLD/NEW support to RETURNING