Pull in INT32_MAXINT and INT32_MININT

pull/1807/merge
Brian Cloutier 2017-10-24 16:06:32 -07:00 committed by Brian Cloutier
parent 0db8277266
commit 0f3230170f
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "stdint.h"
#include "postgres.h" #include "postgres.h"
#include "miscadmin.h" #include "miscadmin.h"

View File

@ -8,6 +8,7 @@
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "stdint.h"
#include "postgres.h" #include "postgres.h"
#include "access/nbtree.h" #include "access/nbtree.h"