summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-09-25 17:52:07 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-09-25 17:52:07 -0300
commit62e533d3f129b59794c256eabad44011c9d2b951 (patch)
tree6c73bda6182a2012baabcd6f68a4203c7e4886ff
parent33001fd7a7072d483272115a9376478fdc007fb9 (diff)
downloadpostgresql-62e533d3f129b59794c256eabad44011c9d2b951.tar.gz
Remove fmgr.h inclusion from partition.h
It's not needed anymore.
-rw-r--r--src/include/catalog/partition.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/catalog/partition.h b/src/include/catalog/partition.h
index 1f49e5d3a9..a53de2372e 100644
--- 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"