From: Tom Lane Date: Sat, 14 Sep 2002 21:32:38 +0000 (+0000) Subject: Clean up mess from duplicate patches. X-Git-Tag: REL7_3~480 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b66ba36be9da92be39e57417611b3ee84df33edb;p=users%2Fc2main%2Fpostgres.git Clean up mess from duplicate patches. --- diff --git a/contrib/intarray/_int.c b/contrib/intarray/_int.c index 65693a89f3..dc674e09ff 100644 --- a/contrib/intarray/_int.c +++ b/contrib/intarray/_int.c @@ -14,7 +14,6 @@ #include -#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; }