From b66ba36be9da92be39e57417611b3ee84df33edb Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sat, 14 Sep 2002 21:32:38 +0000
Subject: [PATCH] Clean up mess from duplicate patches.

---
 contrib/intarray/_int.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/intarray/_int.c b/contrib/intarray/_int.c
index 65693a89f32..dc674e09ff8 100644
--- a/contrib/intarray/_int.c
+++ b/contrib/intarray/_int.c
@@ -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;
 }
-- 
GitLab