Clean up includes of s_lock.h.

Andres Freund <andres@anarazel.de>

Commit: f219167910ad33dfd8f1b0bba15323d71a91c4e9
Author: Andres Freund <andres@anarazel.de>
Date: 2020-06-19T02:41:05Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/main/main.c modified +0 −1
src/include/storage/condition_variable.h modified +1 −1
src/include/storage/lwlock.h modified +0 −1

Discussion