aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/executor/execMain.c')
-rw-r--r--src/backend/executor/execMain.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index 79ef46f2614..940499cc61a 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -37,36 +37,27 @@
*/
#include "postgres.h"
-#include "access/heapam.h"
-#include "access/htup_details.h"
#include "access/sysattr.h"
+#include "access/table.h"
#include "access/tableam.h"
-#include "access/transam.h"
#include "access/xact.h"
#include "catalog/namespace.h"
#include "catalog/partition.h"
-#include "catalog/pg_publication.h"
#include "commands/matview.h"
#include "commands/trigger.h"
-#include "executor/execdebug.h"
+#include "executor/executor.h"
#include "executor/nodeSubplan.h"
#include "foreign/fdwapi.h"
-#include "jit/jit.h"
#include "mb/pg_wchar.h"
#include "miscadmin.h"
#include "parser/parse_relation.h"
-#include "parser/parsetree.h"
#include "rewrite/rewriteHandler.h"
-#include "storage/bufmgr.h"
-#include "storage/lmgr.h"
#include "tcop/utility.h"
#include "utils/acl.h"
#include "utils/backend_status.h"
#include "utils/lsyscache.h"
-#include "utils/memutils.h"
#include "utils/partcache.h"
#include "utils/rls.h"
-#include "utils/ruleutils.h"
#include "utils/snapmgr.h"