mirror of https://github.com/citusdata/citus.git
Merge pull request #451 from citusdata/fix_int64const_use
Fix use of INT64CONST macro cr: @anarazelpull/423/head^2
commit
1a370cd1ba
|
@ -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