Remove some unnecessary #includes of postmaster/interrupt.h
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 8 Dec 2023 11:19:37 +0000 (13:19 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 8 Dec 2023 11:19:37 +0000 (13:19 +0200)
Commit 44fc6e259b removed a bunch of references to
SignalHandlerForCrashExit, leaving these #includes unneeded.

src/backend/postmaster/bgworker.c
src/backend/postmaster/postmaster.c
src/backend/postmaster/startup.c

index c345639086ce989b6875e9fc6264e9c54436963e..3c99cf6047b8d878637780f0a8f4f4de0ba90817 100644 (file)
@@ -18,7 +18,6 @@
 #include "pgstat.h"
 #include "port/atomics.h"
 #include "postmaster/bgworker_internals.h"
-#include "postmaster/interrupt.h"
 #include "postmaster/postmaster.h"
 #include "replication/logicallauncher.h"
 #include "replication/logicalworker.h"
index 023a772c4963b733072b834947f99a07eec1766f..651b85ea746841b175a6f46e1cb197b267ab1b74 100644 (file)
 #include "postmaster/auxprocess.h"
 #include "postmaster/bgworker_internals.h"
 #include "postmaster/fork_process.h"
-#include "postmaster/interrupt.h"
 #include "postmaster/pgarch.h"
 #include "postmaster/postmaster.h"
 #include "postmaster/syslogger.h"
index 0e7de26bc280f9596b27f2c62091fbc954767acc..082c870e03a48c572208c95290e3fcdcccd82fb7 100644 (file)
@@ -27,7 +27,6 @@
 #include "libpq/pqsignal.h"
 #include "miscadmin.h"
 #include "pgstat.h"
-#include "postmaster/interrupt.h"
 #include "postmaster/startup.h"
 #include "storage/ipc.h"
 #include "storage/latch.h"