Re: remove pg_spin_delay() from atomics code

Corey Huinker <corey.huinker@gmail.com>

From: Corey Huinker <corey.huinker@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2026-05-27T06:37:56Z
Lists: pgsql-hackers
>
>
> Here's a patch to remove that dead code.


+1

The patch removes all 0 usages of pg_spin_delay, and all mentions of
pg_spin_delay.

All the associated comments were removed, no more, no less.

Deleted code is debugged code.