mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
15 lines
339 B
Diff
15 lines
339 B
Diff
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>
|