From 1845ca2cfd1f7fd6b536900cf129f6734a4ddded Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 12 Jan 2019 22:19:02 -0800 Subject: [PATCH] Remove heapam.h include made superfluous by b60c3975990. Noticed this while working on another patch. Author: Andres Freund --- src/backend/optimizer/prep/prepunion.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/optimizer/prep/prepunion.c b/src/backend/optimizer/prep/prepunion.c index 05388355fd..55eeb5127c 100644 --- a/src/backend/optimizer/prep/prepunion.c +++ b/src/backend/optimizer/prep/prepunion.c @@ -23,7 +23,6 @@ */ #include "postgres.h" -#include "access/heapam.h" #include "access/htup_details.h" #include "access/sysattr.h" #include "catalog/partition.h"