diff options
Diffstat (limited to 'src/backend/postmaster/auxprocess.c')
-rw-r--r-- | src/backend/postmaster/auxprocess.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/backend/postmaster/auxprocess.c b/src/backend/postmaster/auxprocess.c index fc13cd76321..2c86abdb719 100644 --- a/src/backend/postmaster/auxprocess.c +++ b/src/backend/postmaster/auxprocess.c @@ -15,7 +15,6 @@ #include <unistd.h> #include <signal.h> -#include "libpq/pqsignal.h" #include "miscadmin.h" #include "pgstat.h" #include "postmaster/auxprocess.h" @@ -24,15 +23,11 @@ #include "postmaster/walsummarizer.h" #include "postmaster/walwriter.h" #include "replication/walreceiver.h" -#include "storage/bufmgr.h" -#include "storage/bufpage.h" #include "storage/condition_variable.h" #include "storage/ipc.h" #include "storage/proc.h" -#include "tcop/tcopprot.h" -#include "utils/memutils.h" +#include "storage/procsignal.h" #include "utils/ps_status.h" -#include "utils/rel.h" static void ShutdownAuxiliaryProcess(int code, Datum arg); |