Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44913ad

Browse files
committed
Remove some unnecessary #includes of postmaster/interrupt.h
Commit 44fc6e2 removed a bunch of references to SignalHandlerForCrashExit, leaving these #includes unneeded.
1 parent 7db01fb commit 44913ad

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/backend/postmaster/bgworker.c

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "pgstat.h"
1919
#include "port/atomics.h"
2020
#include "postmaster/bgworker_internals.h"
21-
#include "postmaster/interrupt.h"
2221
#include "postmaster/postmaster.h"
2322
#include "replication/logicallauncher.h"
2423
#include "replication/logicalworker.h"

src/backend/postmaster/postmaster.c

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
#include "postmaster/auxprocess.h"
111111
#include "postmaster/bgworker_internals.h"
112112
#include "postmaster/fork_process.h"
113-
#include "postmaster/interrupt.h"
114113
#include "postmaster/pgarch.h"
115114
#include "postmaster/postmaster.h"
116115
#include "postmaster/syslogger.h"

src/backend/postmaster/startup.c

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "libpq/pqsignal.h"
2828
#include "miscadmin.h"
2929
#include "pgstat.h"
30-
#include "postmaster/interrupt.h"
3130
#include "postmaster/startup.h"
3231
#include "storage/ipc.h"
3332
#include "storage/latch.h"

0 commit comments

Comments
 (0)