pgsql: Clean up includes of s_lock.h.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up includes of s_lock.h.
Date: 2020-06-19 03:18:38
Message-ID: E1jm7Y6-0000Ew-1L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up includes of s_lock.h.

Users of spinlocks should use spin.h, not s_lock.h. And lwlock.h
hasn't utilized spinlocks for quite a while.

Discussion: https://postgr.es/m/20200618183041.upyrd25eosecyf3x@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f219167910ad33dfd8f1b0bba15323d71a91c4e9

Modified Files
--------------
src/backend/main/main.c | 1 -
src/include/storage/condition_variable.h | 2 +-
src/include/storage/lwlock.h | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-06-19 05:24:55 pgsql: Fix EXPLAIN ANALYZE for parallel HashAgg plans
Previous Message Andres Freund 2020-06-18 22:17:20 pgsql: Fix C99isms introduced when backpatching atomics / spinlock test