aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/transam/parallel.c')
-rw-r--r--src/backend/access/transam/parallel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/access/transam/parallel.c b/src/backend/access/transam/parallel.c
index 798cd86c881..751c251cf52 100644
--- a/src/backend/access/transam/parallel.c
+++ b/src/backend/access/transam/parallel.c
@@ -25,7 +25,6 @@
#include "catalog/pg_enum.h"
#include "catalog/storage.h"
#include "commands/async.h"
-#include "commands/progress.h"
#include "commands/vacuum.h"
#include "executor/execParallel.h"
#include "libpq/libpq.h"
@@ -36,7 +35,6 @@
#include "pgstat.h"
#include "storage/ipc.h"
#include "storage/predicate.h"
-#include "storage/sinval.h"
#include "storage/spin.h"
#include "tcop/tcopprot.h"
#include "utils/combocid.h"
@@ -45,7 +43,6 @@
#include "utils/memutils.h"
#include "utils/relmapper.h"
#include "utils/snapmgr.h"
-#include "utils/typcache.h"
/*
* We don't want to waste a lot of memory on an error queue which, most of