We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab55c86 commit badb572Copy full SHA for badb572
imgsmlr.c
@@ -13,9 +13,11 @@
13
*-------------------------------------------------------------------------
14
*/
15
#include "postgres.h"
16
-#ifndef VARDATA_ANY
+#ifdef PG_VERSION_NUM
17
+#if PG_VERSION_NUM >= 160000
18
#include "varatt.h"
19
#endif
20
+#endif
21
22
#include "c.h"
23
#include "fmgr.h"
imgsmlr_idx.c
@@ -13,9 +13,12 @@
+
24
#include "imgsmlr.h"
0 commit comments