Clean up includes of s_lock.h.
authorAndres Freund <andres@anarazel.de>
Fri, 19 Jun 2020 02:40:09 +0000 (19:40 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 19 Jun 2020 02:41:05 +0000 (19:41 -0700)
commitf219167910ad33dfd8f1b0bba15323d71a91c4e9
treeb63fcc76ef851f25bd0c752c6aaabe51e405647e
parentcf1234a10e50ff9be0dc85184689ee4ebc57cd77
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
src/backend/main/main.c
src/include/storage/condition_variable.h
src/include/storage/lwlock.h