mirror of https://github.com/citusdata/citus.git
* Use CalculateUniformHashRangeIndex in HashPartitionId INT32_MIN definition can change among different platforms hence it is possible to get overflow, we would see crashes because of this in debian distros. We have already solved a similar problem with introducing CalculateUniformHashRangeIndex method, hence to solve it we can use the same method, this also removes some duplication and has a single place to decide that. * Use PG_INT32_XX instead of INT32_XX to be safer |
||
|---|---|---|
| .. | ||
| citus_create_restore_point.c | ||
| citus_tools.c | ||
| create_shards.c | ||
| delete_protocol.c | ||
| modify_multiple_shards.c | ||
| node_protocol.c | ||
| repair_shards.c | ||
| shard_rebalancer.c | ||
| split_shards.c | ||
| stage_protocol.c | ||
| worker_node_manager.c | ||