summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorAndres Freund2020-06-19 02:40:09 +0000
committerAndres Freund2020-06-19 02:41:05 +0000
commitf219167910ad33dfd8f1b0bba15323d71a91c4e9 (patch)
treeb63fcc76ef851f25bd0c752c6aaabe51e405647e /src/backend
parentcf1234a10e50ff9be0dc85184689ee4ebc57cd77 (diff)
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
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/main/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c
index da3dae9e250..a4dd233c7f9 100644
--- a/src/backend/main/main.c
+++ b/src/backend/main/main.c
@@ -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"