Ahmet Gedemenli
Ahmet Gedemenli
Backporting https://github.com/citusdata/citus/pull/6100
DESCRIPTION: PR description that will go into the change log, up to 78 characters
1) `DeferErrorIfCircularDependencyExists` compares each dependency with the object that is passed into the function. See https://github.com/citusdata/citus/blob/main/src/backend/distributed/commands/dependencies.c#L194-L198 An example broken case: We have a dependency chain as: A->B->CD. Here we have...
DESCRIPTION: PR description that will go into the change log, up to 78 characters
DESCRIPTION: Adds failure test for shard move DESCRIPTION: Remove function `WaitForAllSubscriptionsToBecomeReady` and related tests fixes: #6260
In `LogicallyReplicateShards`, in `multi_logical_replication.c`, we are filtering out partitioned shard intervals from the shard list, using the function `PrepareReplicationSubscriptionList`. ``` /* * PrepareReplicationSubscriptionList returns list of shards to be logically...