Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit44913ad

Browse files
committed
Remove some unnecessary #includes of postmaster/interrupt.h
Commit44fc6e2 removed a bunch of references toSignalHandlerForCrashExit, leaving these #includes unneeded.
1 parent7db01fb commit44913ad

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

‎src/backend/postmaster/bgworker.c

Lines 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

Lines 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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp