aboutsummaryrefslogtreecommitdiffstats
path: root/main/pllua/9.3-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-22 09:17:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-22 09:19:45 +0000
commit7829504193e18f04795cfb983bba4b994ca6971a (patch)
tree7a076949064776d38bd2669a7bc95c3d8d08aba8 /main/pllua/9.3-headers.patch
parent7a62b3143c0e4e4e3471f66c698e3bd48ca73e7b (diff)
downloadaports-7829504193e18f04795cfb983bba4b994ca6971a.tar.bz2
aports-7829504193e18f04795cfb983bba4b994ca6971a.tar.xz
main/pllua: upgrade to 1.0
Diffstat (limited to 'main/pllua/9.3-headers.patch')
-rw-r--r--main/pllua/9.3-headers.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/pllua/9.3-headers.patch b/main/pllua/9.3-headers.patch
new file mode 100644
index 0000000000..859f2949c9
--- /dev/null
+++ b/main/pllua/9.3-headers.patch
@@ -0,0 +1,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>