pull/407/merge
Matthew Seaman 2016-04-13 13:01:11 +00:00
commit 22e54b6b08
5 changed files with 6 additions and 3 deletions

View File

@ -19,6 +19,7 @@
#include "postgres.h"
#include "miscadmin.h"
#include <sys/stat.h>
#include <unistd.h>
#include "commands/dbcommands.h"

View File

@ -20,6 +20,7 @@
#include "postgres.h"
#include "miscadmin.h"
#include <sys/stat.h>
#include <unistd.h>
#include "commands/dbcommands.h"

View File

@ -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"

View File

@ -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

View File

@ -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