mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Clean up mess from duplicate patches.
This commit is contained in:
parent
d724c314da
commit
b66ba36be9
@ -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)
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user