aboutsummaryrefslogtreecommitdiffstats
path: root/main/pllua/9.3-int2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/pllua/9.3-int2.patch')
-rw-r--r--main/pllua/9.3-int2.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/pllua/9.3-int2.patch b/main/pllua/9.3-int2.patch
new file mode 100644
index 0000000000..46b9782db9
--- /dev/null
+++ b/main/pllua/9.3-int2.patch
@@ -0,0 +1,13 @@
+diff --git a/plluaapi.c b/plluaapi.c
+index f24cd0c..3e3513d 100644
+--- a/plluaapi.c
++++ b/plluaapi.c
+@@ -38,7 +38,7 @@ typedef struct luaP_Info {
+ /* extended type info */
+ typedef struct luaP_Typeinfo {
+ int oid;
+- int2 len;
++ int16 len;
+ char type;
+ char align;
+ bool byval;