| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Thread-safe nl_langinfo() and localeconv() |
| Date: | 2024-08-13 11:39:45 |
| Message-ID: | CA+hUKG+k-o3N_SyNJNJpAcdtMo_HheN30miAeXehk9yw=9WYzA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Aug 13, 2024 at 11:25 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> On Tue, Aug 13, 2024 at 6:23 PM Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
> > On 13/08/2024 08:45, Thomas Munro wrote:
> > Patches 1 and 2 look good to me.
>
> Thanks. I went ahead and pushed these ones. A couple of Macs in the
> build farm are failing, as if they didn't include <xlocale.h> and
> haven't seen the type locale_t. CI's macOS build is OK, and my own
> local Mac is building master OK, and animal "indri" is OK... hmm,
> those are all using MacPorts, but I don't yet see why that would be
> it...
Ah, got it. It was OK under meson but not autoconf for my Mac, so I
guess it must be transitive headers coming from somewhere making it
work for some systems. I just have a typo in an #ifdef macro. Will
fix.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | vignesh C | 2024-08-13 11:59:49 | Re: Logical Replication of sequences |
| Previous Message | Michail Nikolaev | 2024-08-13 11:32:33 | Re: Conflict detection and logging in logical replication |