mirror of https://github.com/citusdata/citus.git
Merge branch 'master' into 422-incorrect-node-port-type
commit
c0b6505720
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* total number of hash tokens (2^32) */
|
/* 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. */
|
/* In-memory representation of a typed tuple in pg_dist_shard. */
|
||||||
typedef struct ShardInterval
|
typedef struct ShardInterval
|
||||||
|
|
Loading…
Reference in New Issue