From 96ab028f86263c8c3c5565fddfc5b01e66cde05d Mon Sep 17 00:00:00 2001 From: eaydingol <60466783+eaydingol@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:10:42 +0300 Subject: [PATCH] Update comment Co-authored-by: Jelte Fennema-Nio --- src/backend/distributed/utils/resource_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/utils/resource_lock.c b/src/backend/distributed/utils/resource_lock.c index 52a8006d4..48e613ddc 100644 --- a/src/backend/distributed/utils/resource_lock.c +++ b/src/backend/distributed/utils/resource_lock.c @@ -720,7 +720,7 @@ SerializeNonCommutativeWrites(List *shardIntervalList, LOCKMODE lockMode) LockShardListResources(shardIntervalList, lockMode); /* - * Next, acquire locks on the reference tables if there is any. + * Next, acquire locks on the reference tables that are referenced by a foreign key if there are any. * Note that LockReferencedReferenceShardResources() first acquires locks on the first worker, * then locally. */