mirror of https://github.com/citusdata/citus.git
The logical replication catchup part for shard splits and shard moves is very similar. This abstracts most of that similarity away into a single function. This also improves the logic for non blocking shard splits a bit, by using faster foreign key creation. It also parallelizes index creation which shard moves were already doing, but shard splits did not. |
||
---|---|---|
.. | ||
multi_logical_replication.c |