diff options
author | Andres Freund <andres@anarazel.de> | 2019-01-12 22:19:02 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-01-12 22:27:35 -0800 |
commit | 1845ca2cfd1f7fd6b536900cf129f6734a4ddded (patch) | |
tree | f5402babba746928796df1673bb8d65b6cc0fbc5 | |
parent | e33884d4122b56fc0dbff3d8cedd8177334db838 (diff) | |
download | postgresql-1845ca2cfd1f7fd6b536900cf129f6734a4ddded.tar.gz postgresql-1845ca2cfd1f7fd6b536900cf129f6734a4ddded.zip |
Remove heapam.h include made superfluous by b60c3975990.
Noticed this while working on another patch.
Author: Andres Freund
-rw-r--r-- | src/backend/optimizer/prep/prepunion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/optimizer/prep/prepunion.c b/src/backend/optimizer/prep/prepunion.c index 05388355fde..55eeb5127cb 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" |