artifact_id;status_id;status_name;priority;submitter_id;submitter_name;assigned_to_id;assigned_to_name;open_date;close_date;last_modified_date;summary;details;"Category";"Group";"Resolution"
1011210;1;"Open";3;3159;"Peter Eisentraut";100;"Nobody";"2012-06-27 18:34";"";"2012-09-24 02:14";"fixed for PostgreSQL 9.3";"In PostgreSQL 9.3, I have removed the int2 type from the C header files.  You should use int16 instead.  This also works with all older versions.  So apply this patch:


Index: plluaapi.c
===================================================================
RCS file: /cvsroot/pllua/pllua/plluaapi.c,v
retrieving revision 1.20
diff -u -3 -p -r1.20 plluaapi.c
--- plluaapi.c  19 Sep 2009 16:56:38 -0000      1.20
+++ plluaapi.c  27 Jun 2012 18:32:17 -0000
@@ -22,7 +22,7 @@ typedef struct luaP_Info {
 /* extended type info */
 typedef struct luaP_Typeinfo {
   int oid;
-  int2 len;
+  int16 len;
   char type;
   char align;
   bool byval;
";"None";"None";"None"