Re: remove pg_spin_delay() from atomics code - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: remove pg_spin_delay() from atomics code
Date
Msg-id CADkLM=feMf55cr6EC7WKfKkWEbPcsSZiSBRvaryCM-y7Zg0fFw@mail.gmail.com
Whole thread
In response to remove pg_spin_delay() from atomics code  (Nathan Bossart <nathandbossart@gmail.com>)
List 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.

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Fix bug of CHECK constraint enforceability recursion
Next
From: Chao Li
Date:
Subject: Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations