projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33001fd
)
Remove fmgr.h inclusion from partition.h
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 25 Sep 2018 20:52:07 +0000
(17:52 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 25 Sep 2018 20:52:07 +0000
(17:52 -0300)
It's not needed anymore.
src/include/catalog/partition.h
patch
|
blob
|
history
diff --git
a/src/include/catalog/partition.h
b/src/include/catalog/partition.h
index 1f49e5d3a925a84b405ea7a5b44f06115affa7ca..a53de2372e4d0913894cf2c72d888b109381a4b4 100644
(file)
--- a/
src/include/catalog/partition.h
+++ b/
src/include/catalog/partition.h
@@
-13,7
+13,6
@@
#ifndef PARTITION_H
#define PARTITION_H
-#include "fmgr.h"
#include "partitioning/partdefs.h"
#include "utils/relcache.h"