diff options
Diffstat (limited to 'src/backend/executor')
-rw-r--r-- | src/backend/executor/execPartition.c | 2 | ||||
-rw-r--r-- | src/backend/executor/execUtils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c index 7415dfa45eb..93e4b287970 100644 --- a/src/backend/executor/execPartition.c +++ b/src/backend/executor/execPartition.c @@ -13,7 +13,7 @@ */ #include "postgres.h" -#include "access/heapam.h" +#include "access/table.h" #include "catalog/partition.h" #include "catalog/pg_inherits.h" #include "catalog/pg_type.h" diff --git a/src/backend/executor/execUtils.c b/src/backend/executor/execUtils.c index d914d4b5006..146ca6e0532 100644 --- a/src/backend/executor/execUtils.c +++ b/src/backend/executor/execUtils.c @@ -45,9 +45,9 @@ #include "postgres.h" -#include "access/heapam.h" #include "access/parallel.h" #include "access/relscan.h" +#include "access/table.h" #include "access/transam.h" #include "executor/executor.h" #include "jit/jit.h" |