Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44913ad

Browse filesBrowse 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
Copy full SHA for 44913ad

File tree

Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+0
-3
lines changed

‎src/backend/postmaster/bgworker.c

Copy file name to clipboardExpand all lines: src/backend/postmaster/bgworker.c
-1Lines changed: 0 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: src/backend/postmaster/postmaster.c
-1Lines changed: 0 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: src/backend/postmaster/startup.c
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.