Re: remove pg_spin_delay() from atomics code

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: remove pg_spin_delay() from atomics code
Date: 2026-05-27 06:37:56
Message-ID: CADkLM=feMf55cr6EC7WKfKkWEbPcsSZiSBRvaryCM-y7Zg0fFw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-05-27 06:50:01 Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations
Previous Message Chao Li 2026-05-27 06:20:21 Re: Fix bug of CHECK constraint enforceability recursion