提交 b66ba36b 编写于 作者: T Tom Lane

Clean up mess from duplicate patches.

上级 d724c314
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册