From 2ec570bb88a54c0086cdb4ddc12c28316aa210be Mon Sep 17 00:00:00 2001 From: eaydingol Date: Sun, 10 Mar 2024 06:53:26 +0000 Subject: [PATCH] style --- src/backend/distributed/utils/resource_lock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/distributed/utils/resource_lock.c b/src/backend/distributed/utils/resource_lock.c index 23c4534d3..8ac269e43 100644 --- a/src/backend/distributed/utils/resource_lock.c +++ b/src/backend/distributed/utils/resource_lock.c @@ -712,7 +712,8 @@ SerializeNonCommutativeWrites(List *shardIntervalList, LOCKMODE lockMode) /* * Acquire locks on the modified table. * If the table is replicated, the locks are first acquired on the first worker node then locally. - * But if we're already on the first worker, acquiring on the first worker node and locally are the same operation. So we only acquire locally in that case. + * But if we're already on the first worker, acquiring on the first worker node and locally are the same operation. + * So we only acquire locally in that case. */ if (anyTableReplicated && ClusterHasKnownMetadataWorkers() && !IsFirstWorkerNode()) {