From 785296406f355e0856960c800afa891a0d9ed185 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Thu, 28 Sep 2023 16:55:09 +0300 Subject: [PATCH] reindent --- src/backend/distributed/operations/shard_rebalancer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/operations/shard_rebalancer.c b/src/backend/distributed/operations/shard_rebalancer.c index c3f17ca9b..7192b545b 100644 --- a/src/backend/distributed/operations/shard_rebalancer.c +++ b/src/backend/distributed/operations/shard_rebalancer.c @@ -816,7 +816,7 @@ AcquirePlacementColocationLock(Oid relationId, int lockMode, generate_qualified_relation_name(relationId)), errdetail("It means that either a concurrent shard move, " "colocated distributed table creation or " - "shard property change is happening."), + "shard property change is happening."), errhint("Make sure that the concurrent operation has " "finished and re-run the command"))); }