pgsql: Clean up includes of s_lock.h.
Started by Andres Freundabout 6 years ago1 messagescomitters
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: /messages/by-id/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(-)