| From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove pg_spin_delay(). |
| Date: | 2026-06-30 15:58:17 |
| Message-ID: | E1weaqn-000nJ0-0f@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove pg_spin_delay().
This code appears to be an artifact from commit b64d92f1a5 that was
never used for anything.
Reviewed-by: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Discussion: https://postgr.es/m/afouZUH_eUkIj4i4%40nathan
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ae27a41e0c7f1d1c451aff230cac32fc7cdb1fee
Modified Files
--------------
src/include/port/atomics.h | 5 ----
src/include/port/atomics/arch-x86.h | 54 -------------------------------------
src/include/port/atomics/generic.h | 6 -----
3 files changed, 65 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2026-06-30 16:21:13 | pgsql: Clean up inconsistencies in CPU-identification macros. |
| Previous Message | Peter Eisentraut | 2026-06-30 13:52:50 | pgsql: Make SPI_prepare argtypes argument const |