mirror of https://github.com/citusdata/citus.git
Pull in INT32_MAXINT and INT32_MININT
parent
0db8277266
commit
0f3230170f
|
@ -7,6 +7,7 @@
|
|||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "stdint.h"
|
||||
#include "postgres.h"
|
||||
|
||||
#include "miscadmin.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include "stdint.h"
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/nbtree.h"
|
||||
|
|
Loading…
Reference in New Issue