aboutsummaryrefslogtreecommitdiffstats
path: root/main/pllua/9.3-headers.patch
blob: 859f2949c978c4920c03a111eeec6ee69180fb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/pllua.h b/pllua.h
index 888307b..b6e7419 100644
--- a/pllua.h
+++ b/pllua.h
@@ -11,6 +11,9 @@
 #include <fmgr.h>
 #include <funcapi.h>
 #include <access/heapam.h>
+#if PG_VERSION_NUM >= 90300
+#include <access/htup_details.h>
+#endif
 #include <catalog/namespace.h>
 #include <catalog/pg_proc.h>
 #include <catalog/pg_type.h>