Re: small cleanup for s_lock.h

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: small cleanup for s_lock.h
Date: 2026-05-07 21:03:09
Message-ID: afz-Da9NjHy-ubES@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 05, 2026 at 03:20:46AM +0500, Kirill Reshke wrote:
> This indeed looks like a dead code. I also noticed `tas.s` is present
> in meson.build, gitignore and src/backend/Makefile
> should we remove that too?

I forgot to remove these in v3. Here's a new patch set with that taken
care of.

--
nathan

Attachment Content-Type Size
v4-0001-Remove-fallback-declaration-for-tas.patch text/plain 2.2 KB
v4-0002-Remove-HAS_TEST_AND_SET.patch text/plain 3.2 KB
v4-0003-Better-express-platform-requirements-in-s_lock.h.patch text/plain 4.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Parragi 2026-05-07 21:06:07 Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Previous Message Daniel Gustafsson 2026-05-07 20:59:26 Re: Fix typo 586/686 in atomics/arch-x86.h