| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> |
| Cc: | Bryan Green <dbryan(dot)green(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Subject: | Re: Can we get rid of TerminateThread() in pg_dump? |
| Date: | 2026-07-06 12:43:46 |
| Message-ID: | CA+hUKGJW6rT8E3j7zAsCsiyBrBWMOFDJiABkynmY91O4tz7=dg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jul 7, 2026 at 12:18 AM Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> wrote:
> On Sun, 5 Jul 2026 at 07:03, Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> > 1. If we're ready to drop VS < 2022 and GCC < 4.9, we could just use
> > <stdatomic.h> directly in frontend code (independently of the project
> > to use it in the backend)
>
> I think we are ready, see this thread[1].
W00t.
> We'd still need a MacOS version of stdatomic.h though before we could
> rely on it.
Macs have <stdatomic.h>, just not <threads.h>.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrei Lepikhov | 2026-07-06 13:05:33 | Re: RFC: Logging plan of the running query |
| Previous Message | Jakub Wartak | 2026-07-06 12:42:10 | Re: hang during shutdown |