v.20.5Bug Fix
Fix issues with INSERT and distributed sends in ClickHouse
Fixes: #10263 (after that PR dist send via INSERT had been postponing on each INSERT) Fixes: #8756 (that PR breaks distributed sends with all of the following conditions met (unlikely setup for now I guess):internal_replication == false, multiple local shards (activates the hardlinking code) anddistributed_storage_policy(makeslink(2)fails onEXDEV)). #10486 (Azat Khuzhin).