From: Teodor Sigaev Date: Mon, 24 Apr 2017 12:20:45 +0000 (+0300) Subject: 10devel support X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=plantuner.git;a=commitdiff_plain;h=c652b3f04b5123c4731858c37bf3a6abd820bd13 10devel support --- 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;