From c652b3f04b5123c4731858c37bf3a6abd820bd13 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 24 Apr 2017 15:20:45 +0300 Subject: [PATCH] 10devel support --- plantuner.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plantuner.c b/plantuner.c index 4e89d91..458236e 100644 --- a/plantuner.c +++ b/plantuner.c @@ -40,6 +40,10 @@ #include #include #include +#if PG_VERSION_NUM >= 100000 +#include +#include +#endif PG_MODULE_MAGIC; -- 2.37.3