Commit b66ba36b authored by Tom Lane's avatar Tom Lane

Clean up mess from duplicate patches.

parent d724c314
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <float.h> #include <float.h>
#include "catalog/pg_type.h"
#include "access/gist.h" #include "access/gist.h"
#include "access/itup.h" #include "access/itup.h"
#include "access/rtree.h" #include "access/rtree.h"
...@@ -927,7 +926,6 @@ new_intArrayType(int num) ...@@ -927,7 +926,6 @@ new_intArrayType(int num)
r->flags &= ~LEAFKEY; r->flags &= ~LEAFKEY;
*((int *) ARR_DIMS(r)) = num; *((int *) ARR_DIMS(r)) = num;
*((int *) ARR_LBOUND(r)) = 1; *((int *) ARR_LBOUND(r)) = 1;
ARR_ELEMTYPE(r) = INT4OID;
return r; return r;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment