Fix typo 586/686 in atomics/arch-x86.h

From: Jakub Wartak <jakub(dot)wartak(at)enterprisedb(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Fix typo 586/686 in atomics/arch-x86.h
Date: 2025-11-28 08:44:37
Message-ID: CAKZiRmycHOOJyEPc9FUss1_69_U62WoSx32jT7wyES-YkStZKA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

That's a typo in src/include/port/atomics/arch-x86.h, isn't it ?:
if defined(__i568__) || defined(__i668__) || /* gcc i586+ */
If yes, then a patch is attached. Not that it harms something or
somebody has such old hardware, but I've just spotted it while looking
for something else.

-J.

Attachment Content-Type Size
v1-0001-Fix-typo-in-586-686-in-atomics-arch-x86.h.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-11-28 09:00:21 Re: Fix typo 586/686 in atomics/arch-x86.h
Previous Message jian he 2025-11-28 08:42:50 Re: ON CONFLICT DO SELECT (take 3)