mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
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
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "port/atomics.h"
|
||||
#include "storage/proclist_types.h"
|
||||
#include "storage/s_lock.h"
|
||||
|
||||
struct PGPROC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user