projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60c397
)
Remove unnecessary #include.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 Jan 2019 18:38:02 +0000
(13:38 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 Jan 2019 18:38:02 +0000
(13:38 -0500)
Discussion: https://postgr.es/m/4380.
1547143967
@sss.pgh.pa.us
src/include/optimizer/appendinfo.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/optimizer/appendinfo.h
b/src/include/optimizer/appendinfo.h
index 2348c9c13a72c4233ef58daed168b751f8deeeb8..16705da78065fd123f2ae2eeb6e43185c75aa16a 100644
(file)
--- a/
src/include/optimizer/appendinfo.h
+++ b/
src/include/optimizer/appendinfo.h
@@
-14,7
+14,6
@@
#ifndef APPENDINFO_H
#define APPENDINFO_H
-#include "nodes/plannodes.h"
#include "nodes/relation.h"
#include "utils/relcache.h"