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 d2ce38e commit eb3bc0bCopy full SHA for eb3bc0b
src/backend/postmaster/bgworker.c
@@ -14,11 +14,11 @@
14
15
#include <unistd.h>
16
17
-#include "miscadmin.h"
18
#include "libpq/pqsignal.h"
+#include "miscadmin.h"
19
+#include "pgstat.h"
20
#include "postmaster/bgworker_internals.h"
21
#include "postmaster/postmaster.h"
-#include "pgstat.h"
22
#include "storage/barrier.h"
23
#include "storage/dsm.h"
24
#include "storage/ipc.h"
0 commit comments