Merge pull request #451 from citusdata/fix_int64const_use

Fix use of INT64CONST macro

cr: @anarazel
pull/423/head^2
Jason Petersen 2016-04-15 12:30:24 -06:00
commit 1a370cd1ba
1 changed files with 1 additions and 1 deletions

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