projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33884d
)
Remove heapam.h include made superfluous by b60c3975990.
author
Andres Freund
<
[email protected]
>
Sun, 13 Jan 2019 06:19:02 +0000
(22:19 -0800)
committer
Andres Freund
<
[email protected]
>
Sun, 13 Jan 2019 06:27:35 +0000
(22:27 -0800)
Noticed this while working on another patch.
Author: Andres Freund
src/backend/optimizer/prep/prepunion.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/prep/prepunion.c
b/src/backend/optimizer/prep/prepunion.c
index 05388355fdee124cf7c57c0a08e8dca8d3cd3db4..55eeb5127cbbce2d334b74971eb2302c2894d045 100644
(file)
--- 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"