We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1234a commit f219167Copy full SHA for f219167
src/backend/main/main.c
@@ -35,7 +35,6 @@
35
#include "common/username.h"
36
#include "port/atomics.h"
37
#include "postmaster/postmaster.h"
38
-#include "storage/s_lock.h"
39
#include "storage/spin.h"
40
#include "tcop/tcopprot.h"
41
#include "utils/help_config.h"
src/include/storage/condition_variable.h
@@ -23,7 +23,7 @@
23
#define CONDITION_VARIABLE_H
24
25
#include "storage/proclist_types.h"
26
+#include "storage/spin.h"
27
28
typedef struct
29
{
src/include/storage/lwlock.h
@@ -20,7 +20,6 @@
20
21
22
struct PGPROC;
0 commit comments