]> granicus.if.org Git - postgresql/commitdiff
Clean up mess from duplicate patches.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Sep 2002 21:32:38 +0000 (21:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Sep 2002 21:32:38 +0000 (21:32 +0000)
contrib/intarray/_int.c

index 65693a89f32e3cb54c9de0f433d0e9c26ff65823..dc674e09ff804fd3042cbdb0fd02fc34a197502d 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <float.h>
 
-#include "catalog/pg_type.h"
 #include "access/gist.h"
 #include "access/itup.h"
 #include "access/rtree.h"
@@ -927,7 +926,6 @@ new_intArrayType(int num)
        r->flags &= ~LEAFKEY;
        *((int *) ARR_DIMS(r)) = num;
        *((int *) ARR_LBOUND(r)) = 1;
-       ARR_ELEMTYPE(r) = INT4OID;
 
        return r;
 }