Commit f2191679 authored by Andres Freund's avatar Andres Freund

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
parent cf1234a1
......@@ -35,7 +35,6 @@
#include "common/username.h"
#include "port/atomics.h"
#include "postmaster/postmaster.h"
#include "storage/s_lock.h"
#include "storage/spin.h"
#include "tcop/tcopprot.h"
#include "utils/help_config.h"
......
......@@ -23,7 +23,7 @@
#define CONDITION_VARIABLE_H
#include "storage/proclist_types.h"
#include "storage/s_lock.h"
#include "storage/spin.h"
typedef struct
{
......
......@@ -20,7 +20,6 @@
#include "port/atomics.h"
#include "storage/proclist_types.h"
#include "storage/s_lock.h"
struct PGPROC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment