Re: remove pg_spin_delay() from atomics code

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: remove pg_spin_delay() from atomics code
Date: 2026-05-27 17:43:58
Message-ID: ahctXnDdBY5SKBN6@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 27, 2026 at 02:37:56AM -0400, Corey Huinker wrote:
> +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.

Thanks for looking. FWIW I'm planning to wait until v20 opens for
development before committing this. That's probably unnecessary, but I see
no advantage to rushing.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alberto Piai 2026-05-27 17:44:23 Re: Adding a stored generated column without long-lived locks
Previous Message Alberto Piai 2026-05-27 17:43:53 Re: Adding a stored generated column without long-lived locks