mirror of https://github.com/citusdata/citus.git
Merge 481b1099b6
into 1f445e1e0b
commit
22e54b6b08
|
@ -19,6 +19,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "commands/dbcommands.h"
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "internal/c.h"
|
||||
#include "c.h"
|
||||
#include "libpq-fe.h"
|
||||
#include "internal/libpq-int.h"
|
||||
#include "libpq-int.h"
|
||||
|
||||
#include "distributed/test_helper_functions.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "postgres.h"
|
||||
#include "funcapi.h"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
/* total number of hash tokens (2^32) */
|
||||
#define HASH_TOKEN_COUNT INT64CONST(4294967296UL)
|
||||
#define HASH_TOKEN_COUNT INT64CONST(4294967296)
|
||||
|
||||
/* In-memory representation of a typed tuple in pg_dist_shard. */
|
||||
typedef struct ShardInterval
|
||||
|
|
Loading…
Reference in New Issue