1
0
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:
Andres Freund
2020-06-18 19:40:09 -07:00
parent cf1234a10e
commit f219167910
3 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@
#include "port/atomics.h"
#include "storage/proclist_types.h"
#include "storage/s_lock.h"
struct PGPROC;