]> granicus.if.org Git - postgresql/commitdiff
Remove fmgr.h inclusion from partition.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 25 Sep 2018 20:52:07 +0000 (17:52 -0300)
committerAlvaro 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

index 1f49e5d3a925a84b405ea7a5b44f06115affa7ca..a53de2372e4d0913894cf2c72d888b109381a4b4 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef PARTITION_H
 #define PARTITION_H
 
-#include "fmgr.h"
 #include "partitioning/partdefs.h"
 #include "utils/relcache.h"